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