Package eos.processor
Class InstanceProcessor
- java.lang.Object
-
- eos.processor.InstanceProcessor
-
public class InstanceProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description InstanceProcessor(Eos.Cache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgetClasses(String uri)protected voidgetClassesJar()protected ObjectgetObject(Class cls)protected ObjectDetailsgetObjectDetails(Class cls)protected StringgetPath(String path)protected StringgetPath(String name, String key, String path)protected booleanisDep(String jarEntry)protected BooleanisDirt(String jarEntry)protected BooleanisWithinRunningProgram(String jarEntry)InstanceProcessorrun()
-
-
-
Constructor Detail
-
InstanceProcessor
public InstanceProcessor(Eos.Cache cache)
-
-
Method Detail
-
run
public InstanceProcessor run()
-
isDep
protected boolean isDep(String jarEntry)
-
getClassesJar
protected void getClassesJar()
-
getClasses
protected void getClasses(String uri)
-
getObjectDetails
protected ObjectDetails getObjectDetails(Class cls) throws IllegalAccessException, InvocationTargetException, InstantiationException
-
-