|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.commandLine.command.export
public class export
Export sources from CVS repository.
Constructor Summary | |
---|---|
export()
|
Method Summary | |
---|---|
Command |
createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir)
Create the CVS command from an array of arguments. |
java.lang.String |
getName()
Get the name of this command. |
java.lang.String[] |
getSynonyms()
Get the list of synonyms of names of this command. |
java.lang.String |
getUsage()
Get a short string describibg the usage of the command. |
void |
printLongDescription(java.io.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(java.io.PrintStream out)
Print a short help description (one-line only) for this command to the provided print stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public export()
Method Detail |
---|
public java.lang.String getName()
getName
in interface CommandProvider
public java.lang.String[] getSynonyms()
CommandProvider
public Command createCommand(java.lang.String[] args, int index, GlobalOptions gopt, java.lang.String workDir)
CommandProvider
args
- 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 java.lang.String getUsage()
CommandProvider
getUsage
in interface CommandProvider
public void printShortDescription(java.io.PrintStream out)
CommandProvider
printShortDescription
in interface CommandProvider
out
- The print stream.public void printLongDescription(java.io.PrintStream out)
CommandProvider
printLongDescription
in interface CommandProvider
out
- The print stream.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |