Class ConfigInstantiator<T>

java.lang.Object
org.synchronoss.cpo.cassandra.config.ConfigInstantiator<T>
Type Parameters:
T - The type of CpoConfigProcessor to instantiate

public class ConfigInstantiator<T> extends Object
Instantiates the Config file processor
  • Constructor Details

    • ConfigInstantiator

      public ConfigInstantiator()
      Construct a ConfigInstantiator
  • Method Details

    • instantiate

      public T instantiate(String className) throws CpoException
      Instantiates the CpoConfigProcessor
      Parameters:
      className - The class to instantiate
      Returns:
      The instantiated CpoConfigProcessor
      Throws:
      CpoException - an error occurred