Class JFTP.JarManifestReply

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JFTP

    static class JFTP.JarManifestReply
    extends java.lang.Object
    implements java.io.Serializable
    Represents a reply to a client detailing a manifest of an archive.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] elements  
    • Constructor Summary

      Constructors 
      Constructor Description
      JarManifestReply​(java.lang.String[] elements)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • elements

        public final java.lang.String[] elements
    • Constructor Detail

      • JarManifestReply

        public JarManifestReply​(java.lang.String[] elements)