Class ClassPathRepository

  • All Implemented Interfaces:
    Repository

    public class ClassPathRepository
    extends AbstractClassPathRepository
    This repository is used in situations where a Class is created outside the realm of a ClassLoader. Classes are loaded from the file systems using the paths specified in the given class path. By default, this is the value returned by ClassPath.getClassPath().
    See Also:
    Repository