| java.lang.Object it.stefanochizzolini.reflex.Class
Class | public class Class (Code) | | |
Method Summary | |
public static String | getLocation(String className) Retrieves the primary available location of a class.
Parameters: className - The name of the class whose location has to be retrieved. |
getLocation | public static String getLocation(String className)(Code) | | Retrieves the primary available location of a class.
Parameters: className - The name of the class whose location has to be retrieved. The primary location of the class. |
|
|