Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.vcs.util
Class VCSNodeCommands

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSNodeCommands


public final class VCSNodeCommands
extends java.lang.Object

Utility class for creating commands which update the IDE's node model.

Since:
9.0.5

Method Summary
static Command createCloseNodeOnlyCommand(Context context)
          Creates a command to quietly close nodes without subsequently removing them from the IDE's model.
static Command createMoveNodeCommand(Context context, java.net.URL destinationUrl)
          Deprecated. replaced by Node.rename(java.net.URL).
static Command createQuietCloseNodeCommand(Context context)
          Creates a command to quietly close nodes.
static Command createRemoveNodeOnlyCommand(Context context)
          Creates a command to remove nodes from the IDE's model without initially closing them.

 

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.

createCloseNodeOnlyCommand

public static final Command createCloseNodeOnlyCommand(Context context)
Creates a command to quietly close nodes without subsequently removing them from the IDE's model.
Parameters:
context - the context on which the command will execute.
Returns:
the command instance.
Since:
11.1.1.0.0

createRemoveNodeOnlyCommand

public static final Command createRemoveNodeOnlyCommand(Context context)
Creates a command to remove nodes from the IDE's model without initially closing them.
Parameters:
context - the context on which the command will execute.
Returns:
the command instance.
Since:
11.1.1.0.0

createMoveNodeCommand

public static final Command createMoveNodeCommand(Context context,
                                                  java.net.URL destinationUrl)
Deprecated. replaced by Node.rename(java.net.URL).
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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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