Class ClassFileReader
- java.lang.Object
-
- org.apache.axis2.tool.codegen.eclipse.util.ClassFileReader
-
public class ClassFileReader extends Object
A utility class for reading/loading classes and extracting the information.
-
-
Constructor Summary
Constructors Constructor Description ClassFileReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
tryLoadingClass(String className, String[] classPathEntries, List errorListener)
try whether a given class can be loaded from the given location
-