Package org.eclipse.jetty.deploy
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertiesConfigurationManager
-
PropertiesConfigurationManager
public PropertiesConfigurationManager()
-
-
Method Details
-
setFile
- Throws:
IOException
-
getFile
-
put
@ManagedOperation("Set a property") public void put(@Name("name") String name, @Name("value") String value) -
getProperties
- Specified by:
getPropertiesin interfaceConfigurationManager
-
toString
-
dump
-
dump
Description copied from interface:DumpableDump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.- Specified by:
dumpin interfaceDumpable- Parameters:
out- The appendable to dump toindent- The indent to apply after any new lines.- Throws:
IOException- if unable to write to Appendable
-