Uses of Class
com.google.common.reflect.ClassPath.ResourceInfo
Packages that use ClassPath.ResourceInfo
-
Uses of ClassPath.ResourceInfo in com.google.common.reflect
Subclasses of ClassPath.ResourceInfo in com.google.common.reflectModifier and TypeClassDescriptionstatic final class
Represents a class that can be loaded throughClassPath.ClassInfo.load()
.Fields in com.google.common.reflect with type parameters of type ClassPath.ResourceInfoModifier and TypeFieldDescriptionprivate final ImmutableSet
<ClassPath.ResourceInfo> ClassPath.resources
Methods in com.google.common.reflect that return ClassPath.ResourceInfoModifier and TypeMethodDescription(package private) static ClassPath.ResourceInfo
ClassPath.ResourceInfo.of
(File file, String resourceName, ClassLoader loader) Methods in com.google.common.reflect that return types with arguments of type ClassPath.ResourceInfoModifier and TypeMethodDescriptionClassPath.getResources()
Returns all resources loadable from the current class path, including the class files of all loadable classes but excluding the "META-INF/MANIFEST.MF" file.ClassPath.LocationInfo.scanResources()
Scans this location and returns all scanned resources.ClassPath.LocationInfo.scanResources
(Set<File> scannedFiles) Scans this location and returns all scanned resources.Method parameters in com.google.common.reflect with type arguments of type ClassPath.ResourceInfoModifier and TypeMethodDescriptionprivate void
ClassPath.LocationInfo.scan
(File file, Set<File> scannedUris, ImmutableSet.Builder<ClassPath.ResourceInfo> builder) private void
ClassPath.LocationInfo.scanDirectory
(File directory, ImmutableSet.Builder<ClassPath.ResourceInfo> builder) private void
ClassPath.LocationInfo.scanDirectory
(File directory, String packagePrefix, Set<File> currentPath, ImmutableSet.Builder<ClassPath.ResourceInfo> builder) Recursively scan the given directory, adding resources for each file encountered.private void
ClassPath.LocationInfo.scanJar
(File file, Set<File> scannedUris, ImmutableSet.Builder<ClassPath.ResourceInfo> builder) private void
ClassPath.LocationInfo.scanJarFile
(JarFile file, ImmutableSet.Builder<ClassPath.ResourceInfo> builder) Constructor parameters in com.google.common.reflect with type arguments of type ClassPath.ResourceInfo