Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.vcs.generic
Class CommandState

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSCommandState
      extended by oracle.jdeveloper.vcs.generic.CommandState

public class CommandState
extends VCSCommandState

Class holding state-related data / objects for a command.

Since:
10.1.3.0.3

Constructor Summary
CommandState()
          Constructor.
CommandState(VCSDirectoryInvokableState invokableState, java.util.Map timestampMap)
          Constructor.
 
Method Summary
 Locatable[] getLocatables()
          Gets the associated locatable objects.
 void setLocatables(Locatable[] locatables)
          Sets the associated locatable objects.
 
Methods inherited from class oracle.jdeveloper.vcs.spi.VCSCommandState
getInvokableState, getProperty, getTimestampMap, removeProperty, setInvokableState, setProperty, setTimestampMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandState

public CommandState()
Constructor.


CommandState

public CommandState(VCSDirectoryInvokableState invokableState,
                    java.util.Map timestampMap)
Constructor.

Method Detail

getLocatables

public Locatable[] getLocatables()
Gets the associated locatable objects.

Returns:
the locatable objects.

setLocatables

public void setLocatables(Locatable[] locatables)
Sets the associated locatable objects.

Parameters:
locatables - the locatable objects.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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