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