|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Observable oracle.jdeveloper.vcs.spi.VCSControlCache
public class VCSControlCache
Singleton class caching associations between known URLs and the VCSExtensions controlling them.
VCSExtension.isControlled(URL)
Method Summary | |
---|---|
void |
fireControlStateChanged(java.lang.String vcsId)
Fires a notification that the control state for the given extension has changed. |
static VCSControlCache |
getInstance()
Gets the singleton instance of this class. |
boolean |
isControlled(java.net.URL url,
java.lang.String vcsId)
Asks whether the given URL is controlled by the given extension. |
static void |
resetExtensions()
|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final VCSControlCache getInstance()
public boolean isControlled(java.net.URL url, java.lang.String vcsId)
url
- the URL.vcsId
- an extension ID.
public void fireControlStateChanged(java.lang.String vcsId)
vcsId
- the extension ID.public static final void resetExtensions()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |