org.apache.axis2.tool.codegen.eclipse.util
Class ClassFileReader

java.lang.Object
  extended by 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
ClassFileReader()
           
 
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
 

Constructor Detail

ClassFileReader

public ClassFileReader()
Method Detail

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.