|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.data.HashStructureAdapter
oracle.ide.persistence.ApplicationCacheSettings
public final class ApplicationCacheSettings
Class that represents settings related to the application-level persistent storage area.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION_STORAGE_KEY
|
| Fields inherited from class oracle.javatools.data.HashStructureAdapter |
|---|
_hash |
| Method Summary | |
|---|---|
java.net.URL |
getDefaultApplicationStorageURL()
|
static ApplicationCacheSettings |
getInstance(HashStructure hash,
java.net.URL workspaceURL)
|
static ApplicationCacheSettings |
getInstance(PropertyStorage psWorkspace,
java.net.URL workspaceURL)
|
static ApplicationCacheSettings |
getInstance(Workspace workspace)
Returns a new ApplicationCacheSettings adapter for the specified Workspace. |
java.net.URL |
getOverrideApplicationStorageURL()
|
java.net.URL |
getStorageURL()
Returns the url for the application-level storage directory, which is the parent of the application-level .data directory used for caching. |
void |
setStorageURL(java.net.URL url)
Set the application-level storage directory. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String APPLICATION_STORAGE_KEY
| Method Detail |
|---|
public static ApplicationCacheSettings getInstance(PropertyStorage psWorkspace,
java.net.URL workspaceURL)
public static ApplicationCacheSettings getInstance(HashStructure hash,
java.net.URL workspaceURL)
public static ApplicationCacheSettings getInstance(Workspace workspace)
workspace - The workspace
public java.net.URL getStorageURL()
public void setStorageURL(java.net.URL url)
public java.net.URL getDefaultApplicationStorageURL()
public java.net.URL getOverrideApplicationStorageURL()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||