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
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate booleanFields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL -
Constructor Summary
ConstructorsConstructorDescriptionSVNVersionCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerprotected DefaultSVNOptionsprotected java.lang.Stringprotected voidinitOption(SVNOptionValue optionValue) booleanbooleanisHelp()booleanbooleanprotected 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, validateOptionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myIsHelp
private boolean myIsHelp -
myIsVersion
private boolean myIsVersion -
myIsCommitted
private boolean myIsCommitted -
myIsNoNewLine
private boolean myIsNoNewLine
-
-
Constructor Details
-
SVNVersionCommandEnvironment
public SVNVersionCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
-
-
Method Details
-
isHelp
public boolean isHelp() -
isVersion
public boolean isVersion() -
isCommitted
public boolean isCommitted() -
isNoNewLine
public boolean isNoNewLine() -
createClientAuthenticationManager
- Specified by:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment
-
initOption
- 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
-