@Beta public static final class ClassPath.ClassInfo extends ClassPath.ResourceInfo
load()
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the fully qualified name of the class.
|
java.lang.String |
getPackageName()
Returns the package name of the class, without attempting to load the class.
|
java.lang.String |
getSimpleName()
Returns the simple name of the underlying class as given in the source code.
|
java.lang.Class<?> |
load()
Loads (but doesn't link or initialize) the class.
|
java.lang.String |
toString() |
equals, getResourceName, hashCode, url
public java.lang.String getPackageName()
public java.lang.String getSimpleName()
public java.lang.String getName()
public java.lang.Class<?> load()
public java.lang.String toString()
toString
in class ClassPath.ResourceInfo