org.alfresco.repo.content.transform
Interface TransformerSelector
@org.alfresco.api.AlfrescoPublicApi
public interface TransformerSelector
Selects a transformer from a supplied list of transformers that appear
able to handle a given transformation.
Author:
-
Alan Davis
selectTransformers
-
Returns a sorted list of transformers that identifies the order in which transformers
should be tried.
Parameters:
-
options - transformation options
Returns:
-
a sorted list of transformers, with the best one first.