public class ACCAgentClassLoader extends URLClassLoader
The main role of this class loader is to find a splash screen image that might be specified in the manifest of the app client. Once the ACC begins working it will create an ACCClassLoader for loading client classes and locating client resources.
| Constructor and Description |
|---|
ACCAgentClassLoader(ClassLoader parent) |
ACCAgentClassLoader(URL[] urls) |
ACCAgentClassLoader(URL[] urls,
ClassLoader parent) |
ACCAgentClassLoader(URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String name) |
Enumeration<URL> |
getResources(String name) |
Class<?> |
loadClass(String name) |
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic ACCAgentClassLoader(ClassLoader parent)
public ACCAgentClassLoader(URL[] urls)
public ACCAgentClassLoader(URL[] urls, ClassLoader parent)
public ACCAgentClassLoader(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionpublic URL getResource(String name)
getResource in class ClassLoaderpublic Enumeration<URL> getResources(String name) throws IOException
getResources in class ClassLoaderIOExceptionCopyright © 2017. All rights reserved.