Class PropertiesConfigurationManager

java.lang.Object
org.eclipse.jetty.deploy.PropertiesConfigurationManager
All Implemented Interfaces:
ConfigurationManager, Dumpable

@ManagedObject("Configure deployed webapps via properties") public class PropertiesConfigurationManager extends Object implements ConfigurationManager, Dumpable
FileConfigurationManager Supplies properties defined in a file.
  • Constructor Details

    • PropertiesConfigurationManager

      public PropertiesConfigurationManager(String properties)
    • PropertiesConfigurationManager

      public PropertiesConfigurationManager()
  • Method Details