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 List
private String
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
Constructor Summary
ConstructorsConstructorDescriptionSVNDumpFilterCommandEnvironment
(String programName, PrintStream out, PrintStream err, InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
protected DefaultSVNOptions
protected String
protected void
initOption
(SVNOptionValue optionValue) protected void
initOptions
(SVNCommandLine commandLine) boolean
boolean
isHelp()
boolean
boolean
isQuiet()
boolean
boolean
boolean
protected String
refineCommandName
(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
-
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
-
myTargetsFile
-
-
Constructor Details
-
SVNDumpFilterCommandEnvironment
public SVNDumpFilterCommandEnvironment(String programName, PrintStream out, PrintStream err, 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
-
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 String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException - Specified by:
refineCommandName
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
getCommandLineClientName
- Specified by:
getCommandLineClientName
in classAbstractSVNCommandEnvironment
-