Class CombinedConfig
- java.lang.Object
-
- org.alfresco.transform.client.registry.CombinedConfig
-
public class CombinedConfig extends Object
This class reads multiple T-Engine config and local files and registers them all with a registry as if they were all in one file. Transform options are shared between all sources.The caller should make calls to
addRemoteConfig(List, String)andaddLocalConfig(String)followed by a call toregister(TransformServiceRegistryImpl).- Author:
- adavis
-
-
Constructor Summary
Constructors Constructor Description CombinedConfig(org.apache.commons.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddLocalConfig(String path)booleanaddRemoteConfig(List<String> urls, String remoteType)voidregister(TransformServiceRegistryImpl registry)
-
-
-
Method Detail
-
addLocalConfig
public boolean addLocalConfig(String path)
-
register
public void register(TransformServiceRegistryImpl registry)
-
-