oracle.jdeveloper.vcs.util
Class VCSDocumentCommands
java.lang.Object
oracle.jdeveloper.vcs.util.VCSDocumentCommands
- public final class VCSDocumentCommands
- extends java.lang.Object
Utility class for creating commands which update the IDE's document model.
- Since:
- 9.0.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createQuietCloseNodeCommand
public static final Command createQuietCloseNodeCommand(Context context)
- Creates a command to quietly close nodes.
-
- Parameters:
context
- the context on which the command will execute.
- Returns:
- the command instance.
createMoveNodeCommand
public static final Command createMoveNodeCommand(Context context,
java.net.URL destinationUrl)
- Creates a command to move a single node to a different URL location.
-
- Parameters:
context
- the context on which the command will execute.
destinationUrl
- a destination URL for the node.
- Returns:
- the command instance.
Copyright © 1997, 2004, Oracle. All rights reserved.