Class JarEntryProperty

    • Constructor Detail

      • JarEntryProperty

        public JarEntryProperty()
        Default constructor. Value of the property will be null. ID will be empty string.
      • JarEntryProperty

        public JarEntryProperty​(java.lang.String id,
                                java.lang.String jarEntryName)
        The property constructor.
        Parameters:
        id - the ID of property.
        jarEntryName - the name of jar entry in the jar file.