Uses of Class
com.google.common.reflect.ClassPath.ResourceInfo
-
Packages that use ClassPath.ResourceInfo Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of ClassPath.ResourceInfo in com.google.common.reflect
Subclasses of ClassPath.ResourceInfo in com.google.common.reflect Modifier and Type Class Description static class
ClassPath.ClassInfo
Represents a class that can be loaded throughClassPath.ClassInfo.load()
.Fields in com.google.common.reflect with type parameters of type ClassPath.ResourceInfo Modifier and Type Field Description private ImmutableSet<ClassPath.ResourceInfo>
ClassPath. resources
Methods in com.google.common.reflect that return ClassPath.ResourceInfo Modifier and Type Method Description (package private) static ClassPath.ResourceInfo
ClassPath.ResourceInfo. of(java.lang.String resourceName, java.lang.ClassLoader loader)
Methods in com.google.common.reflect that return types with arguments of type ClassPath.ResourceInfo Modifier and Type Method Description (package private) ImmutableSet<ClassPath.ResourceInfo>
ClassPath.DefaultScanner. getResources()
ImmutableSet<ClassPath.ResourceInfo>
ClassPath. 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.Constructor parameters in com.google.common.reflect with type arguments of type ClassPath.ResourceInfo Constructor Description ClassPath(ImmutableSet<ClassPath.ResourceInfo> resources)
-