|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.util.SCMIdeCommand
Utility convenience access to IDE commands which may be useful to source control client extensions.
Constructor Summary | |
SCMIdeCommand()
|
Method Summary | |
static void |
closeNode(java.net.URL url)
Performs a close node command on the given URL selection. |
static void |
moveNode(java.net.URL src,
java.net.URL dst)
Performs an rename node command with the given source and destination URLs. |
static void |
openNode(java.net.URL url)
Performs an open node command on the given file URL. |
static void |
openProjectNode(java.net.URL url)
Performs an open node command on the given project URL. |
static void |
openWorkspaceNode(java.net.URL url)
Performs an open node command on the given workspace URL. |
static void |
removeFromDisk()
Performs a remove from disk command, displaying a dialog for the current navigator context. |
static void |
revertNode(java.net.URL url)
Performs a revert node command on the given URL selection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCMIdeCommand()
Method Detail |
public static final void removeFromDisk()
SCMException
- if the remove operation could not be performed.public static final void closeNode(java.net.URL url)
SCMException
- if the close operation could not be performed.public static final void revertNode(java.net.URL url)
SCMException
- if the revert operation could not be performed.public static final void openWorkspaceNode(java.net.URL url)
SCMException
- if the open operation could not be performed.public static final void openProjectNode(java.net.URL url)
SCMException
- if the open operation could not be performed.public static final void openNode(java.net.URL url)
SCMException
- if the open operation could not be performed.public static final void moveNode(java.net.URL src, java.net.URL dst)
SCMException
- if the move operation could not be performed.
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |