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, newInstance
defineClass, defineClass
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public 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 ClassLoader
ClassNotFoundException
public URL getResource(String name)
getResource
in class ClassLoader
public Enumeration<URL> getResources(String name) throws IOException
getResources
in class ClassLoader
IOException
Copyright © 2019. All rights reserved.