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, ClassNotFoundException
javassist.NotFoundException
ClassNotFoundException
protected void processURL(URL url) throws URISyntaxException, IOException, ClassNotFoundException
protected void processDirectoryPath(File directory) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected void tryClass(String className) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected javassist.CtClass getClazz(String className) throws javassist.NotFoundException
javassist.NotFoundException
protected boolean isModel(javassist.CtClass clazz) throws javassist.NotFoundException
javassist.NotFoundException
protected List<javassist.CtClass> getModels()
Copyright © 2018 JavaLite. All rights reserved.