Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.deploy
Class WeblogicAppLibrary

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.deploy.WeblogicAppLibrary

public class WeblogicAppLibrary
extends java.lang.Object

This class represents a shared library entry in weblogic.xml or weblogic-application.xml.

The following is a sample library-ref xml element that can be represented by this class.


 <library-ref>
     <library-name>oracle.webcenter.framework</library-name>
     <specification-version>11.1.1</specification-version>
   </library-ref>
 
 


Field Summary
static java.lang.String WC_SHARED_LIB_SPEC_VERSION
          Specification version number for WebCenter shared libraries
 
Constructor Summary
WeblogicAppLibrary(java.lang.String libraryName)
          Constructor.
WeblogicAppLibrary(java.lang.String libraryName, java.lang.String specVersion)
          Constructor.
 
Method Summary
 java.lang.String getLibraryName()
          Gets the name for the shared library.
 java.lang.String getSpecificationVersion()
          Gets the specification version for the shared library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WC_SHARED_LIB_SPEC_VERSION

public static final java.lang.String WC_SHARED_LIB_SPEC_VERSION
Specification version number for WebCenter shared libraries

See Also:
Constant Field Values
Constructor Detail

WeblogicAppLibrary

public WeblogicAppLibrary(java.lang.String libraryName)
Constructor. The specification version number will not be set.

Parameters:
libraryName - name of the shared library

WeblogicAppLibrary

public WeblogicAppLibrary(java.lang.String libraryName,
                          java.lang.String specVersion)
Constructor.

Parameters:
libraryName - name of the shared library
specVersion - specification version of the shared library
Method Detail

getLibraryName

public java.lang.String getLibraryName()
Gets the name for the shared library.

Returns:
shared library name

getSpecificationVersion

public java.lang.String getSpecificationVersion()
Gets the specification version for the shared library.

Returns:
shared library specification version

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.