public interface ClassFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.Class> |
getClassesFromJarFile(java.lang.String pkg,
java.lang.ClassLoader cl)
This method reads all the classes from given package in a jar file.
|
void |
updateClassPath(java.lang.String filePath,
java.lang.ClassLoader cl)
This method will be used to add addition paths to existing classpath.
|
java.util.ArrayList<java.lang.Class> getClassesFromJarFile(java.lang.String pkg,
java.lang.ClassLoader cl)
throws java.lang.ClassNotFoundException
pkg - cl - java.lang.ClassNotFoundExceptionvoid updateClassPath(java.lang.String filePath,
java.lang.ClassLoader cl)
throws java.lang.Exception
filePath: - path of the location where wrapper classes may be stored.
example a cache folder.cl - java.lang.ExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.