Package | Description |
---|---|
com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClassPath.ClassInfo
Represents a class that can be loaded through
ClassPath.ClassInfo.load() . |
Modifier and Type | Field and Description |
---|---|
private ImmutableSet<ClassPath.ResourceInfo> |
ClassPath.resources |
private ImmutableSortedSet.Builder<ClassPath.ResourceInfo> |
ClassPath.Scanner.resources |
Modifier and Type | Method and Description |
---|---|
(package private) static ClassPath.ResourceInfo |
ClassPath.ResourceInfo.of(java.lang.String resourceName,
java.lang.ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
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.
|
(package private) ImmutableSortedSet<ClassPath.ResourceInfo> |
ClassPath.Scanner.getResources() |
Constructor and Description |
---|
ClassPath(ImmutableSet<ClassPath.ResourceInfo> resources) |