public class CommandState extends VCSCommandState
Class holding state-related data / objects for a command.
| Constructor and Description | 
|---|
CommandState()
Constructor. 
 | 
CommandState(VCSDirectoryInvokableState invokableState,
            java.util.Map timestampMap)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Locatable[] | 
getLocatables()
Gets the associated locatable objects. 
 | 
void | 
setLocatables(Locatable[] locatables)
Sets the associated locatable objects. 
 | 
getInvokableState, getProperty, getTimestampMap, removeProperty, setInvokableState, setProperty, setTimestampMappublic CommandState()
public CommandState(VCSDirectoryInvokableState invokableState, java.util.Map timestampMap)