|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.owb.transformation.LibraryManager
LibraryManager class provides access to the OWB built-in global libraries. These global libraries are pre-defined information systems which contain function libraries and functions that may be used in any project.
| Field Summary | |
protected static LibraryManager |
s_instanceLibraryManager instance |
| Constructor Summary | |
protected |
LibraryManager() |
| Method Summary | |
TransformationModule |
findTransformationModule(java.lang.String s)returns the Transformation Module object |
TransformationModule |
getGlobalSharedLibrary()Returns the Global Shared Library. |
static LibraryManager |
getInstance()returns the singleton instance of the LibraryManager |
TransformationModule |
getOracleLibrary()Returns the built-in Oracle Library. |
java.lang.String[] |
getTransformationModuleNames()returns the array of the Transformation Module Names |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static LibraryManager s_instance
| Constructor Detail |
protected LibraryManager()
| Method Detail |
public static LibraryManager getInstance()
LibraryManagerpublic java.lang.String[] getTransformationModuleNames()
public TransformationModule findTransformationModule(java.lang.String s)
public TransformationModule getOracleLibrary()
public TransformationModule getGlobalSharedLibrary()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||