public class InstrumentationModelFinder extends Object
Modifier | Constructor and Description |
---|---|
protected |
InstrumentationModelFinder() |
Modifier and Type | Method and Description |
---|---|
protected javassist.CtClass |
getClazz(String className) |
protected List<javassist.CtClass> |
getModels() |
protected boolean |
isModel(javassist.CtClass clazz) |
protected void |
processDirectoryPath(File directory) |
protected void |
processURL(URL url) |
protected void |
tryClass(String className) |
protected InstrumentationModelFinder() throws javassist.NotFoundException
javassist.NotFoundException
protected void processURL(URL url) throws URISyntaxException, IOException, ClassNotFoundException
protected void processDirectoryPath(File directory) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected void tryClass(String className)
protected javassist.CtClass getClazz(String className) throws javassist.NotFoundException
javassist.NotFoundException
protected boolean isModel(javassist.CtClass clazz)
protected List<javassist.CtClass> getModels()
Copyright © 2019 JavaLite. All rights reserved.