Class SVNDumpFilterCommandEnvironment
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilterCommandEnvironment
- All Implemented Interfaces:
ISVNCanceller
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private java.util.List
private java.lang.String
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
Constructor Summary
ConstructorsConstructorDescriptionSVNDumpFilterCommandEnvironment
(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
protected DefaultSVNOptions
protected java.lang.String
java.util.List
protected void
initOption
(SVNOptionValue optionValue) protected void
initOptions
(SVNCommandLine commandLine) boolean
boolean
isHelp()
boolean
boolean
isQuiet()
boolean
boolean
boolean
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, isVersioned, parseRevision, popArgument, printCommitInfo, readFromFile, run, setArguments, setCancelled, validateOptions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myIsVersion
private boolean myIsVersion -
myIsQuiet
private boolean myIsQuiet -
myIsHelp
private boolean myIsHelp -
myIsDropEmptyRevisions
private boolean myIsDropEmptyRevisions -
myIsRenumberRevisions
private boolean myIsRenumberRevisions -
myIsPreserveRevisionProperties
private boolean myIsPreserveRevisionProperties -
myIsSkipMissingMergeSources
private boolean myIsSkipMissingMergeSources -
myPrefixes
private java.util.List myPrefixes -
myTargetsFile
private java.lang.String myTargetsFile
-
-
Constructor Details
-
SVNDumpFilterCommandEnvironment
public SVNDumpFilterCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
-
-
Method Details
-
isVersion
public boolean isVersion() -
isQuiet
public boolean isQuiet() -
isHelp
public boolean isHelp() -
isDropEmptyRevisions
public boolean isDropEmptyRevisions() -
isRenumberRevisions
public boolean isRenumberRevisions() -
isPreserveRevisionProperties
public boolean isPreserveRevisionProperties() -
isSkipMissingMergeSources
public boolean isSkipMissingMergeSources() -
getPrefixes
public java.util.List getPrefixes() -
createClientAuthenticationManager
- Specified by:
createClientAuthenticationManager
in classAbstractSVNCommandEnvironment
-
createClientOptions
- Specified by:
createClientOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
initOptions
- Overrides:
initOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
initOption
- 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
-