org.apache.oodt.cas.pushpull.objectfactory
Class PushPullObjectFactory
java.lang.Object
org.apache.oodt.cas.pushpull.objectfactory.PushPullObjectFactory
public class PushPullObjectFactory
- extends Object
- Version:
- $Revision$
Describe your class here
.
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createNewInstance
public static <T> T createNewInstance(Class<T> clazz)
throws InstantiationException
- Throws:
InstantiationException
createIngester
public static org.apache.oodt.cas.filemgr.ingest.Ingester createIngester(String ingesterClass,
String cacheFactoryClass)
throws InstantiationException,
IllegalAccessException,
ClassNotFoundException,
IllegalArgumentException,
SecurityException,
InvocationTargetException,
NoSuchMethodException
- Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
IllegalArgumentException
SecurityException
InvocationTargetException
NoSuchMethodException
Copyright © 1999-2011 Apache OODT. All Rights Reserved.