Class ClassPathEntriesListProperty

All Implemented Interfaces:
PropertyVisitorAcceptor, Cloneable

@OpenApiAll public class ClassPathEntriesListProperty extends ListProperty
ClassPathEntriesListProperty represents a property for storing and editing entries of the classpath.
  • Constructor Details

    • ClassPathEntriesListProperty

      public ClassPathEntriesListProperty()
      Creates and initializes a new ClassPathEntriesListProperty object.
    • ClassPathEntriesListProperty

      public ClassPathEntriesListProperty(String id, @CheckForNull Object[] value, boolean allowFiles)
      Creates and initializes a new ClassPathEntriesListProperty object from specified parameters.
      Parameters:
      id - - id of the property
      value - - a value of the property
  • Method Details