Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.offlinedb.userprops
Class Libraries

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.offlinedb.userprops.Libraries

public class Libraries
extends HashStructureAdapter

Settings object for storing any user property libraries for a provider


Field Summary
 
Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash
 
Method Summary
static java.lang.String getLibraryName(java.net.URL lib)
          Get the Name of the User Property Library File.
 java.net.URL getLibraryURL(int i)
           
 java.net.URL[] getLibraryURLs()
           
static Libraries getSettings(PropertyStorage props)
           
 oracle.jdevimpl.offlinedb.userprops.model.UserPropertyDefnAll getUserPropDefns(java.net.URL lib)
          Convenience method to get all the User Property Definitions from a give library url.
 oracle.jdevimpl.offlinedb.userprops.model.UserPropertyDefnAll loadLibrary(java.net.URL lib)
          Covenience method to load a user property library.
 void setLibraryURLs(java.net.URL[] urls)
           
 
Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLibraryURLs

public java.net.URL[] getLibraryURLs()

setLibraryURLs

public void setLibraryURLs(java.net.URL[] urls)

getUserPropDefns

public oracle.jdevimpl.offlinedb.userprops.model.UserPropertyDefnAll getUserPropDefns(java.net.URL lib)
Convenience method to get all the User Property Definitions from a give library url.

Parameters:
lib -
Returns:

loadLibrary

public oracle.jdevimpl.offlinedb.userprops.model.UserPropertyDefnAll loadLibrary(java.net.URL lib)
Covenience method to load a user property library.

Parameters:
lib -
Returns:
null, if the library can not be found.

getLibraryName

public static java.lang.String getLibraryName(java.net.URL lib)
Get the Name of the User Property Library File. This is obtained fron the node.

Parameters:
lib -
Returns:

getLibraryURL

public java.net.URL getLibraryURL(int i)

getSettings

public static Libraries getSettings(PropertyStorage props)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.