Package org.javalite.instrumentation
Class InstrumentationModelFinder
java.lang.Object
org.javalite.instrumentation.InstrumentationModelFinder
- Author:
- Igor Polevoy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected javassist.CtClass
protected List<javassist.CtClass>
protected boolean
isModel(javassist.CtClass clazz)
protected void
processDirectoryPath(File directory)
protected void
processURL(URL url)
protected void
-
Constructor Details
-
InstrumentationModelFinder
protected InstrumentationModelFinder() throws javassist.NotFoundException- Throws:
javassist.NotFoundException
-
-
Method Details
-
processURL
-
processDirectoryPath
- Throws:
IOException
ClassNotFoundException
-
tryClass
-
getClazz
- Throws:
javassist.NotFoundException
-
isModel
protected boolean isModel(javassist.CtClass clazz) -
getModels
-