Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.transformation
Class LibraryManager

java.lang.Object
  |
  +--oracle.owb.transformation.LibraryManager

public class LibraryManager
extends java.lang.Object

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_instance
          LibraryManager 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

s_instance

protected static LibraryManager s_instance
LibraryManager instance
Constructor Detail

LibraryManager

protected LibraryManager()
Method Detail

getInstance

public static LibraryManager getInstance()
returns the singleton instance of the LibraryManager
Returns:
the one and only one instance of LibraryManager object

getTransformationModuleNames

public java.lang.String[] getTransformationModuleNames()
returns the array of the Transformation Module Names
Returns:
the array of Strings for the Transformation Module Names

findTransformationModule

public TransformationModule findTransformationModule(java.lang.String s)
returns the Transformation Module object
Returns:
Transformation Module object for a given Name

getOracleLibrary

public TransformationModule getOracleLibrary()
Returns the built-in Oracle Library. This library contains function libraries and functions defined in Oracle DB. This library is read-only.
Returns:
TransformationModule object

getGlobalSharedLibrary

public TransformationModule getGlobalSharedLibrary()
Returns the Global Shared Library. This library contains function libraries and functions which are defined by the user and which are intended to be shared across all projects.
Returns:
TransformationModule object

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.