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 boolean
myIsCommitted
private boolean
myIsHelp
private boolean
myIsNoNewLine
private boolean
myIsVersion
-
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 ISVNAuthenticationManager
createClientAuthenticationManager()
protected DefaultSVNOptions
createClientOptions()
protected java.lang.String
getCommandLineClientName()
protected void
initOption(SVNOptionValue optionValue)
boolean
isCommitted()
boolean
isHelp()
boolean
isNoNewLine()
boolean
isVersion()
protected java.lang.String
refineCommandName(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:
createClientAuthenticationManager
in classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions()
- Specified by:
createClientOptions
in classAbstractSVNCommandEnvironment
-
initOption
protected void initOption(SVNOptionValue optionValue) throws SVNException
- Specified by:
initOption
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
refineCommandName
protected java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException
- Specified by:
refineCommandName
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
getCommandLineClientName
protected java.lang.String getCommandLineClientName()
- Specified by:
getCommandLineClientName
in classAbstractSVNCommandEnvironment
-
-