public class TransformerProperties
extends java.lang.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 |
|---|---|
java.util.Properties |
getDefaultProperties()
Returns the default properties from the transformers.properties file.
|
java.lang.String |
getProperty(java.lang.String name) |
java.util.Set |
getPropertyNames() |
void |
removeProperties(java.util.Collection propertyNames) |
void |
setProperties(java.util.Map map) |
public java.lang.String getProperty(java.lang.String name)
public java.util.Properties getDefaultProperties()
public java.util.Set getPropertyNames()
public void setProperties(java.util.Map map)
public void removeProperties(java.util.Collection propertyNames)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.