public class EditorsCommand extends BasicCommand
clientServices, files, requests
builder
localDirectory
Constructor and Description |
---|
EditorsCommand()
Construct a new editors command.
|
Modifier and Type | Method and Description |
---|---|
void |
commandTerminated(TerminationEvent e)
Called when server responses with "ok" or "error", (when the command
finishes).
|
Builder |
createBuilder(EventManager eventManager)
Creates the EditorsBuilder.
|
void |
execute(ClientServices clientServices,
EventManager eventManager)
Execute the command.
|
String |
getCVSArguments()
Returns the arguments of the command in the command-line style.
|
String |
getCVSCommand()
This method returns how the tag command would looklike when typed on the
command line.
|
String |
getOptString()
String returned by this method defines which options are available for
this command.
|
void |
resetCVSCommand()
Resets all switches in the command.
|
boolean |
setCVSCommand(char opt,
String optArg)
Takes the arguments and sets the command.
|
addArgumentRequest, addArgumentRequests, addDirectoryRequest, addRequest, addRequestForFile, addRequestForWorkingDirectory, addRequestsForDirectory, addRequestsForFile, appendFileArguments, assumeLocalPathWhenUnspecified, doesCheckFileTime, getFileEndingWith, getFiles, getRecursive, getXthFile, isRecursive, sendEntryAndModifiedRequests, setFiles, setRecursive
isBuilderSet, messageSent, messageSent, setBuilder
clone, fileAdded, fileInfoGenerated, fileRemoved, fileToRemove, fileUpdated, getDisplayName, getGlobalOptions, getLocalDirectory, getLocalPath, getRelativeToLocalPathInUnixStyle, getTrimmedString, hasFailed, moduleExpanded, setDisplayName, setLocalDirectory
public Builder createBuilder(EventManager eventManager)
createBuilder
in class BuildableCommand
eventManager
- the event manager used to received cvs eventspublic void execute(ClientServices clientServices, EventManager eventManager) throws CommandException, AuthenticationException
execute
in class BasicCommand
client
- the client services object that provides any necessary
services to this command, including the ability to actually
process all the requests.CommandException
- if an error occurs executing the commandAuthenticationException
public void commandTerminated(TerminationEvent e)
commandTerminated
in interface CVSListener
commandTerminated
in class BuildableCommand
public String getCVSCommand()
getCVSCommand
in class Command
public boolean setCVSCommand(char opt, String optArg)
setCVSCommand
in class Command
public String getOptString()
getOptString
in class Command
public void resetCVSCommand()
resetCVSCommand
in class Command
public String getCVSArguments()
getCVSArguments
in class Command
Copyright © 2016. All rights reserved.