Class DynamicClassLoader


  • public class DynamicClassLoader
    extends ClassLoader
    This class loader is a distributor. You can dynamically change the list of child loaders. The class loader is thread safe.
    Author:
    mikehummel