Class JarEntryProperty

All Implemented Interfaces:
PropertyVisitorAcceptor, Cloneable
Direct Known Subclasses:
JDBCDriverClassNameProperty

@OpenApiAll public class JarEntryProperty extends StringProperty
The property for storing and editing some entry of jar files.
  • Constructor Details

    • JarEntryProperty

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

      public JarEntryProperty(String id, String jarEntryName)
      The property constructor.
      Parameters:
      id - the ID of property.
      jarEntryName - the name of jar entry in the jar file.
  • Method Details