public class locbundlecheck extends CVSAdapter implements CommandProvider
| Constructor and Description |
|---|
locbundlecheck()
A constructor that is used to create the CommandProvider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commandTerminated(TerminationEvent e)
called when server responses with "ok" or "error", (when the command
finishes)
|
Command |
createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir)
Create the CVS command from an array of arguments.
|
void |
fileInfoGenerated(FileInfoEvent e)
Called when file status information has been received
|
String |
getName()
Get the name of this command.
|
String[] |
getSynonyms()
Get the list of synonyms of names of this command.
|
String |
getUsage()
Get a short string describibg the usage of the command.
|
void |
printLongDescription(PrintStream out)
Print a long help description (multi-line with all supported switches and
their description) of this command to the provided print stream.
|
void |
printShortDescription(PrintStream out)
Print a short help description (one-line only) for this command to the
provided print stream.
|
fileAdded, fileRemoved, fileToRemove, fileUpdated, messageSent, messageSent, moduleExpandedpublic locbundlecheck()
public String getName()
CommandProvidergetName in interface CommandProviderpublic String[] getSynonyms()
CommandProvidergetSynonyms in interface CommandProviderpublic String getUsage()
CommandProvidergetUsage in interface CommandProviderpublic void printShortDescription(PrintStream out)
CommandProviderprintShortDescription in interface CommandProviderout - The print stream.public void printLongDescription(PrintStream out)
CommandProviderprintLongDescription in interface CommandProviderout - The print stream.public Command createCommand(String[] args, int index, GlobalOptions gopt, String workDir)
CommandProvidercreateCommand in interface CommandProviderargs - The array of arguments passed to the command.index - The index in the array where the command's arguments start.workDir - The working directory.Command class, which
have set the passed arguments.public void fileInfoGenerated(FileInfoEvent e)
CVSAdapterfileInfoGenerated in interface CVSListenerfileInfoGenerated in class CVSAdapterpublic void commandTerminated(TerminationEvent e)
CVSAdaptercommandTerminated in interface CVSListenercommandTerminated in class CVSAdapterCopyright © 2013. All rights reserved.