Package org.tmatesoft.svn.cli.svnsync
Class SVNSyncHelpCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svnsync.SVNSyncCommand
org.tmatesoft.svn.cli.svnsync.SVNSyncHelpCommand
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final java.lang.Stringprivate static final java.lang.String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.svn.cli.svnsync.SVNSyncCommand
getGlobalOptions, getOutputPriority, getResourceBundleName, getSVNSyncEnvironmentMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GENERIC_HELP_HEADER
private static final java.lang.String GENERIC_HELP_HEADER- See Also:
-
VERSION_HELP_FOOTER
private static final java.lang.String VERSION_HELP_FOOTER- See Also:
-
-
Constructor Details
-
SVNSyncHelpCommand
public SVNSyncHelpCommand()
-
-
Method Details
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-