Package org.tmatesoft.svn.cli.svnadmin
Class SVNAdminHelpCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svnadmin.SVNAdminCommand
-
- org.tmatesoft.svn.cli.svnadmin.SVNAdminHelpCommand
-
public class SVNAdminHelpCommand extends SVNAdminCommand
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
GENERIC_HELP_HEADER
private static java.lang.String
VERSION_HELP_FOOTER
-
Constructor Summary
Constructors Constructor Description SVNAdminHelpCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
void
run()
-
Methods inherited from class org.tmatesoft.svn.cli.svnadmin.SVNAdminCommand
getGlobalOptions, getLocalRepository, getLocalRepository, getResourceBundleName, getRevisionNumber, getSVNAdminEnvironment
-
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
-
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
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
-