Package org.tmatesoft.svn.cli.svn
Class SVNHelpCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNHelpCommand
-
public class SVNHelpCommand extends SVNCommand
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
GENERIC_HELP_FOOTER
private static java.lang.String
GENERIC_HELP_HEADER
private static java.lang.String
VERSION_HELP_FOOTER
-
Constructor Summary
Constructors Constructor Description SVNHelpCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
static void
printBasicUsage(java.lang.String programName)
void
run()
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
-
-
-
Field Detail
-
GENERIC_HELP_HEADER
private static final java.lang.String GENERIC_HELP_HEADER
- See Also:
- Constant Field Values
-
GENERIC_HELP_FOOTER
private static final java.lang.String GENERIC_HELP_FOOTER
- See Also:
- Constant Field Values
-
VERSION_HELP_FOOTER
private static final java.lang.String VERSION_HELP_FOOTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
printBasicUsage
public static void printBasicUsage(java.lang.String programName)
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
-