Package-level declarations
Functions
Returns a ClassPath representing all classes and resources loadable from this and its ancestor class loaders.
Returns Invokable of this.
Returns the package name of classFullName according to the Java Language Specification (section 6.7). Unlike Class.getPackage, this method only parses the class name, without attempting to define the Package and hence load files.
Ensures that the given classes are initialized, as described in JLS Section 12.4.2.
Returns a proxy instance that implements T by dispatching method invocations to handler. The class loader of T will be used to define the proxy class. To implement multiple interfaces or specify a class loader, use Proxy.newProxyInstance.
Properties
Returns the package name of this according to the Java Language Specification (section 6.7). Unlike Class.getPackage, this method only parses the class name, without attempting to define the Package and hence load files.