Package org.tmatesoft.svn.cli.svnversion
Class SVNVersionCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svnversion.SVNVersionCommand
-
public class SVNVersionCommand extends AbstractSVNCommand
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description SVNVersionCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.CollectioncreateSupportedOptions()java.util.CollectiongetGlobalOptions()protected java.lang.StringgetResourceBundleName()protected SVNVersionCommandEnvironmentgetSVNVersionEnvironment()voidrun()-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
-
-
-
Method Detail
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
getSVNVersionEnvironment
protected SVNVersionCommandEnvironment getSVNVersionEnvironment()
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleNamein classAbstractSVNCommand
-
run
public void run() throws SVNException- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
getGlobalOptions
public java.util.Collection getGlobalOptions()
- Specified by:
getGlobalOptionsin classAbstractSVNCommand
-
-