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
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNVersionCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
java.util.Collection
getGlobalOptions()
protected java.lang.String
getResourceBundleName()
protected SVNVersionCommandEnvironment
getSVNVersionEnvironment()
void
run()
-
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:
createSupportedOptions
in classAbstractSVNCommand
-
getSVNVersionEnvironment
protected SVNVersionCommandEnvironment getSVNVersionEnvironment()
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleName
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
getGlobalOptions
public java.util.Collection getGlobalOptions()
- Specified by:
getGlobalOptions
in classAbstractSVNCommand
-
-