Package org.tmatesoft.svn.cli.svnversion
Class SVNVersionCommandEnvironment
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
-
- org.tmatesoft.svn.cli.svnversion.SVNVersionCommandEnvironment
-
- All Implemented Interfaces:
ISVNCanceller
public class SVNVersionCommandEnvironment extends AbstractSVNCommandEnvironment
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private booleanmyIsCommittedprivate booleanmyIsHelpprivate booleanmyIsNoNewLineprivate booleanmyIsVersion-
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
-
Constructor Summary
Constructors Constructor Description SVNVersionCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ISVNAuthenticationManagercreateClientAuthenticationManager()protected DefaultSVNOptionscreateClientOptions()protected java.lang.StringgetCommandLineClientName()protected voidinitOption(SVNOptionValue optionValue)booleanisCommitted()booleanisHelp()booleanisNoNewLine()booleanisVersion()protected java.lang.StringrefineCommandName(java.lang.String commandName, SVNCommandLine commandLine)-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
checkCancelled, combineTargets, createClientManager, dispose, getArguments, getClientManager, getCommand, getCommandName, getCommandName, getErr, getIn, getOptions, getOut, getProgramName, getRelativePath, getURLFromTarget, handleError, handleWarning, init, initClientManager, initCommand, initOptions, isVersioned, parseRevision, popArgument, printCommitInfo, readFromFile, run, setArguments, setCancelled, validateOptions
-
-
-
-
Method Detail
-
isHelp
public boolean isHelp()
-
isVersion
public boolean isVersion()
-
isCommitted
public boolean isCommitted()
-
isNoNewLine
public boolean isNoNewLine()
-
createClientAuthenticationManager
protected ISVNAuthenticationManager createClientAuthenticationManager()
- Specified by:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions()
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment
-
initOption
protected void initOption(SVNOptionValue optionValue) throws SVNException
- Specified by:
initOptionin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
refineCommandName
protected java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException- Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
protected java.lang.String getCommandLineClientName()
- Specified by:
getCommandLineClientNamein classAbstractSVNCommandEnvironment
-
-