public static final class ClassPath.ClassInfo extends Object
load()
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the fully qualified name of the class.
|
String |
getPackageName()
Returns the package name of the class, without attempting to load the class.
|
String |
getSimpleName()
Returns the simple name of the underlying class as given in the source code.
|
int |
hashCode() |
Class<?> |
load()
Loads (but doesn't link or initialize) the class.
|
String |
toString() |
public String getPackageName()
public String getSimpleName()
Copyright © 2010-2012. All Rights Reserved.