- org.codehaus.groovy.reflection.SunClassLoader
-
public class SunClassLoader
extends ClassLoader
Special class loader, which when running on Sun VM allows to generate accessor classes for any method
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class ClassLoader |
getName, loadClass, getPlatformClassLoader, getSystemClassLoader, getSystemResourceAsStream, getResourceAsStream, getSystemResource, getResource, getResources, getDefinedPackage, resources, isRegisteredAsParallelCapable, getSystemResources, getParent, getUnnamedModule, getDefinedPackages, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Constructor Detail
-
protected SunClassLoader()
-
Method Detail
-
protected void define(byte[] bytes, String name)
-
protected void loadFromRes(String name)
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.