Extension SDK 9.0.5

oracle.jdeveloper.vcs.util
Class VCSDocumentCommands

java.lang.Object
  extended byoracle.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

Method Summary
static Command createMoveNodeCommand(Context context, java.net.URL destinationUrl)
          Creates a command to move a single node to a different URL location.
static Command createQuietCloseNodeCommand(Context context)
          Creates a command to quietly close nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.