|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.admin.tools.FindClass
public class FindClass
Determine the directory/jar a class is located in the path
Field Summary | |
---|---|
static String |
CLASS_PATH_KEY
|
static String |
PATH_SEPARATOR_KEY
|
Method Summary | |
---|---|
String |
findClass()
This method finds Class instance find |
static String |
findClassInPath(String pathToSearch,
String className)
This method performs the Class instance find in the specified Path. |
void |
init(String[] args)
This method initialises the FindClass |
static void |
main(String[] args)
This method initiates Class find |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CLASS_PATH_KEY
public static final String PATH_SEPARATOR_KEY
Method Detail |
---|
public String findClass()
public static String findClassInPath(String pathToSearch, String className)
pathToSearch
- String search pathclassName
- String classname searched for.
public void init(String[] args)
args
- String array of argspublic static void main(String[] args)
args
- String array of args
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |