org.apache.axis2.tool.codegen.eclipse.util
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.
Method Summary |
static boolean |
tryLoadingClass(String className,
String[] classPathEntries,
List errorListener)
try whether a given class can be loaded from the given location |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFileReader
public ClassFileReader()
tryLoadingClass
public static boolean tryLoadingClass(String className,
String[] classPathEntries,
List errorListener)
- try whether a given class can be loaded from the given location
- Parameters:
className
- classPathEntries
- errorListener
-
- Returns:
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.