Class ACCAgentClassLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ACCAgentClassLoader
    extends URLClassLoader
    Used as the system class loader during app client launch.

    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.

    Author:
    tjquinn