Class ConfigInstantiator<T>
java.lang.Object
org.synchronoss.cpo.cassandra.config.ConfigInstantiator<T>
- Type Parameters:
T- The type of CpoConfigProcessor to instantiate
Instantiates the Config file processor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate(String className) Instantiates the CpoConfigProcessor
-
Constructor Details
-
ConfigInstantiator
public ConfigInstantiator()Construct a ConfigInstantiator
-
-
Method Details
-
instantiate
Instantiates the CpoConfigProcessor- Parameters:
className- The class to instantiate- Returns:
- The instantiated CpoConfigProcessor
- Throws:
CpoException- an error occurred
-