oracle.jdeveloper.vcs.spi
Class VCSCommandState
java.lang.Object
oracle.jdeveloper.vcs.spi.VCSCommandState
- public class VCSCommandState
- extends java.lang.Object
Class holding state-related data / objects for a command.
- Since:
- 9.0.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCSCommandState
public VCSCommandState(VCSDirectoryInvokableState invokableState,
java.util.Map timestampMap)
- Constructor.
- Parameters:
invokableState
- the invokable state object.
timestampMap
- the map of timestamps against node instances.
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.
Copyright © 1997, 2004, Oracle. All rights reserved.