@ManagedObject(value="Configure deployed webapps via properties") public class PropertiesConfigurationManager extends Object implements ConfigurationManager
Constructor and Description |
---|
PropertiesConfigurationManager() |
PropertiesConfigurationManager(String properties) |
public PropertiesConfigurationManager(String properties)
public PropertiesConfigurationManager()
@ManagedAttribute(value="A file or URL of properties") public void setFile(String resource) throws MalformedURLException, IOException
MalformedURLException
IOException
public String getFile()
@ManagedOperation(value="Set a property") public void put(@Name(value="name") String name, @Name(value="value") String value)
public Map<String,String> getProperties()
getProperties
in interface ConfigurationManager
ConfigurationManager.getProperties()
Copyright © 1995-2015 Webtide. All Rights Reserved.