Class TransformerProperties
- java.lang.Object
-
- org.alfresco.repo.content.transform.TransformerProperties
-
@Deprecated public class TransformerProperties extends Object
Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Provides access to transformer properties which come from the Transformer sub system AND the those that start with "content.transformer." in the parent context.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.
- Author:
- Alan Davis
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PropertiesgetDefaultProperties()Deprecated.Returns the default properties from the transformers.properties file.StringgetProperty(String name)Deprecated.Set<String>getPropertyNames()Deprecated.voidremoveProperties(Collection<String> propertyNames)Deprecated.voidsetProperties(Map<String,String> map)Deprecated.
-
-
-
Method Detail
-
getDefaultProperties
public Properties getDefaultProperties()
Deprecated.Returns the default properties from the transformers.properties file. These may be overridden by customers in other property files and JMX.
-
removeProperties
public void removeProperties(Collection<String> propertyNames)
Deprecated.
-
-