public class TransformerPropertySetter
extends java.lang.Object
| Constructor and Description |
|---|
TransformerPropertySetter(TransformerProperties transformerProperties,
org.alfresco.service.cmr.repository.MimetypeService mimetypeService,
ContentTransformerRegistry transformerRegistry) |
| Modifier and Type | Method and Description |
|---|---|
int |
removeProperties(java.lang.String propertyNames)
Removes transformer properties from the supplied multi line propertyNames.
|
int |
setProperties(java.lang.String propertyNamesAndValues)
Sets transformer properties from the supplied multi line propertyNamesAndValues.
|
public TransformerPropertySetter(TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentTransformerRegistry transformerRegistry)
public int setProperties(java.lang.String propertyNamesAndValues)
java.lang.IllegalArgumentException - if an unexpected line is foundpublic int removeProperties(java.lang.String propertyNames)
propertyNames - which optionally include a valuejava.lang.IllegalArgumentException - if an unexpected line is foundCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.