public class TransformerProperties extends Object
By default a subsystem only provides properties defined within itself and only those properties may be overridden by alfresco.global.properties. New properties may not be added. As this class allows this to happen for the Transformers subsystem.
Modifier and Type | Method and Description |
---|---|
Properties |
getDefaultProperties()
Returns the default properties from the transformers.properties file.
|
String |
getProperty(String name) |
Set<String> |
getPropertyNames() |
void |
removeProperties(Collection<String> propertyNames) |
void |
setProperties(Map<String,String> map) |
public Properties getDefaultProperties()
public void removeProperties(Collection<String> propertyNames)
Copyright © 2005–2017 Alfresco Software. All rights reserved.