protected void | 
ActionCommand.configureCommandState(CommandState commandState,
                     VCSDirectoryInvokableState invokableState,
                     java.util.Map timestamps,
                     Locatable[] locatables)  | 
protected boolean | 
ActionCommand.invokeCommand(VCSProfile profile,
             CommandState commandState)  | 
protected boolean | 
ActionCommand.invokeCommandImpl(VCSProfile profile,
                 CommandState commandState,
                 java.awt.Component parentUi,
                 java.util.Map options)  | 
protected boolean | 
ActionCommand.invokeCommandSilently(VCSProfile profile,
                     CommandState commandState)  | 
protected boolean | 
ActionCommand.invokeCommandSilentlyImpl(VCSProfile profile,
                         CommandState commandState,
                         java.util.Map options)  | 
protected void | 
ActionCommand.postInvoke(VCSProfile profile,
          CommandState commandState)
Handles housekeeping duties necessary after invocation of the command on
 the underlying vcs. 
 |