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(String programName, PrintStream out, PrintStream err, InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerprotected DefaultSVNOptionsprotected Stringprotected voidinitOption(SVNOptionValue optionValue) booleanbooleanisHelp()booleanbooleanprotected StringrefineCommandName(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
-
Field Details
-
myIsHelp
private boolean myIsHelp -
myIsVersion
private boolean myIsVersion -
myIsCommitted
private boolean myIsCommitted -
myIsNoNewLine
private boolean myIsNoNewLine
-
-
Constructor Details
-
SVNVersionCommandEnvironment
public SVNVersionCommandEnvironment(String programName, PrintStream out, PrintStream err, 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 String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException - Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
- Specified by:
getCommandLineClientNamein classAbstractSVNCommandEnvironment
-