public class Libraries extends HashStructureAdapter
_hash| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic java.net.URL[] getLibraryURLs()
public void setLibraryURLs(java.net.URL[] urls)
public oracle.jdevimpl.offlinedb.userprops.model.UserPropertyDefnAll getUserPropDefns(java.net.URL lib)
lib - public oracle.jdevimpl.offlinedb.userprops.model.UserPropertyDefnAll loadLibrary(java.net.URL lib)
lib - public static java.lang.String getLibraryName(java.net.URL lib)
lib - public java.net.URL getLibraryURL(int i)
public static Libraries getSettings(PropertyStorage props)