cometa.combine
Class ObjectFactory

java.lang.Object
  extended by cometa.combine.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This class is used by the combination engine to get new instances of the classes used in the method's metadata combination procedure.


Constructor Summary
ObjectFactory()
           
 
Method Summary
static Combiner newInstanceOf(java.lang.String objectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Method Detail

newInstanceOf

public static Combiner newInstanceOf(java.lang.String objectType)
                              throws java.lang.ClassNotFoundException,
                                     java.lang.InstantiationException,
                                     java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException