Save This Page
Home » Groovy-1.7.0 » org.codehaus » groovy » reflection » [javadoc | source]
org.codehaus.groovy.reflection
public class: ClassLoaderForClassArtifacts [javadoc | source]
java.lang.Object
   java.lang.ClassLoader
      org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts

Direct Known Subclasses:
    CallSiteClassLoader

Field Summary
public final  SoftReference<Class> klazz     
Fields inherited from java.lang.ClassLoader:
nocerts,  classAssertionStatus
Constructor:
 public ClassLoaderForClassArtifacts(Class klazz) 
Method from org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts Summary:
createClassName,   define,   defineClassAndGetConstructor,   loadClass
Methods from java.lang.ClassLoader:
access$000,   access$100,   addClass,   clearAssertionStatus,   defineClass,   defineClass,   defineClass,   defineClass,   definePackage,   desiredAssertionStatus,   findClass,   findLibrary,   findLoadedClass,   findNative,   findResource,   findResources,   findSystemClass,   getBootstrapClassPath,   getCallerClassLoader,   getPackage,   getPackages,   getParent,   getResource,   getResourceAsStream,   getResources,   getSystemClassLoader,   getSystemResource,   getSystemResourceAsStream,   getSystemResources,   isAncestor,   loadClass,   loadClass,   loadLibrary,   resolveClass,   setClassAssertionStatus,   setDefaultAssertionStatus,   setPackageAssertionStatus,   setSigners
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.reflection.ClassLoaderForClassArtifacts Detail:
 public synchronized String createClassName(Method method) 
 public Class define(String name,
    byte[] bytes) 
 public Constructor defineClassAndGetConstructor(String name,
    byte[] bytes) 
 public Class loadClass(String name) throws ClassNotFoundException