|
|||||||||
Home >> All >> edu >> iicm >> xpg >> [ util overview ] | PREV NEXT |
A
- appendSearchPath(String) - Method in class edu.iicm.xpg.util.Factory
- This method appends a path to the current SearchPath.
C
- cache_ - Variable in class edu.iicm.xpg.util.Factory
- class cache Hashtable
- clearClassCache() - Method in class edu.iicm.xpg.util.Factory
- Just for clearing the cache...
D
E
- edu.iicm.xpg.util - package edu.iicm.xpg.util
F
- Factory - class edu.iicm.xpg.util.Factory.
- This is a simple factory implementation.
- Factory() - Constructor for class edu.iicm.xpg.util.Factory
- The default constructor
- Factory(String[]) - Constructor for class edu.iicm.xpg.util.Factory
- Another constructor with the search path as argument.
G
- getInstance(String) - Method in class edu.iicm.xpg.util.Factory
- getInstance(String partly_qualified_classname) tries to find an object a in one of the packagenames within the search path and returns a new Instance of the found object or throws a ClassNotFoundException.
- getSearchPath() - Method in class edu.iicm.xpg.util.Factory
- This method returns the current search path and throws an IllegalStateException if the search path is null
- getSearchPathIndex(String) - Method in class edu.iicm.xpg.util.Factory
- This method returns the position the path
I
- insertPath(String, int) - Method in class edu.iicm.xpg.util.Factory
- This method inserts the path at the position in the current SearchPath.
- insertSearchPath(String, int) - Method in class edu.iicm.xpg.util.Factory
- This method inserts the path at the position in the current SearchPath.
- isSearchPathRegistered(String) - Method in class edu.iicm.xpg.util.Factory
- This method checks if a path is in the current SearchPath
P
- PARSER_LEVEL - Static variable in class edu.iicm.xpg.util.Debug
- path_ - Variable in class edu.iicm.xpg.util.Factory
- String Array for the class search path
R
- removeLastSearchPath() - Method in class edu.iicm.xpg.util.Factory
- This method removes the last path of the SearchPath.
- removeSearchPath(String) - Method in class edu.iicm.xpg.util.Factory
- This method removes the path to the SearchPath.
- removeSearchPath(int) - Method in class edu.iicm.xpg.util.Factory
- This method removes the path on a specified position of the SearchPath.
- reverseSearchPath() - Method in class edu.iicm.xpg.util.Factory
- This method reverse the strings in the string array.
S
- setSearchPath(String[]) - Method in class edu.iicm.xpg.util.Factory
- This method sets the seach Path and clears the class cache to prevent the returnation of Objects from the wrong packages
T
- TEST_LEVEL - Static variable in class edu.iicm.xpg.util.Debug
- TRANSITION_LEVEL - Static variable in class edu.iicm.xpg.util.Debug
V
- VERBOSE_LEVEL - Static variable in class edu.iicm.xpg.util.Debug
W
- WARNING_LEVEL - Static variable in class edu.iicm.xpg.util.Debug
A C D E F G I P R S T V W
|
|||||||||
Home >> All >> edu >> iicm >> xpg >> [ util overview ] | PREV NEXT |