Package com.google.common.reflect
Class ClassPath.ResourceInfo
- java.lang.Object
-
- com.google.common.reflect.ClassPath.ResourceInfo
-
- Direct Known Subclasses:
ClassPath.ClassInfo
- Enclosing class:
- ClassPath
@Beta public static class ClassPath.ResourceInfo extends Object
Represents a class path resource that can be either a class file or any other resource file loadable from the class path.- Since:
- 14.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetResourceName()Returns the fully qualified name of the resource.inthashCode()StringtoString()URLurl()Returns the url identifying the resource.
-