Extension SDK 9.0.5

oracle.jdeveloper.vcs.spi
Class VCSCommandState

java.lang.Object
  extended byoracle.jdeveloper.vcs.spi.VCSCommandState

public class VCSCommandState
extends java.lang.Object

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

Since:
9.0.5

Constructor Summary
VCSCommandState(VCSDirectoryInvokableState invokableState, java.util.Map timestampMap)
          Constructor.
 
Method Summary
 VCSDirectoryInvokableState getInvokableState()
          Gets the associated invokable state object.
 java.util.Map getTimestampMap()
          Gets the associated timestamp map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCSCommandState

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

Parameters:
invokableState - the invokable state object.
timestampMap - the map of timestamps against node instances.
Method Detail

getInvokableState

public VCSDirectoryInvokableState getInvokableState()
Gets the associated invokable state object.


getTimestampMap

public java.util.Map getTimestampMap()
Gets the associated timestamp map.

Returns:
the map of timestamps against nodes.

Extension SDK

 

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