Class ClassResolverFromClasspath

  • All Implemented Interfaces:
    ClassResolver

    public final class ClassResolverFromClasspath
    extends java.lang.Object
    implements ClassResolver
    A ClassResolver that tries to locate missing dependencies on the classpath. I.e. uses Class.getResource(String) to find the URI of the classfile for the missing type, then uses the supplied ClassResolver.ClassUriImporter to import the type.