Uses of Interface
net.thevpc.common.classpath.ClassPathResource
-
Uses of ClassPathResource in net.thevpc.common.classpath
Classes in net.thevpc.common.classpath that implement ClassPathResourceClasses in net.thevpc.common.classpath that implement interfaces with type arguments of type ClassPathResourceModifier and TypeClassDescriptionclassfor (Class aClass : ClassPathUtils.resolveClasses(new URL[]{new File("/home/vpc/my-jar.jar").toURI().toURL()})) { System.out.println(aClass); } for (String aClass : ClassPathUtils.resolveContextClassNames()) { System.out.println(aClass); }classclassclassFields in net.thevpc.common.classpath with type parameters of type ClassPathResourceMethods in net.thevpc.common.classpath that return ClassPathResourceModifier and TypeMethodDescriptionFolderClassPathRootIterator.next()URLClassPathRootIterator.next()Methods in net.thevpc.common.classpath that return types with arguments of type ClassPathResourceModifier and TypeMethodDescriptionClassPathRoot.iterator()URLResourceIterable.iterator()static Iterable<ClassPathResource> ClassPathUtils.resolveContextResources(ClassPathResourceFilter filter, boolean includeSDK) static Iterable<ClassPathResource> ClassPathUtils.resolveResources(URL[] libraries, ClassPathResourceFilter filter)