Class SVNDumpFilterCommandEnvironment
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
-
- org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilterCommandEnvironment
-
- All Implemented Interfaces:
ISVNCanceller
public class SVNDumpFilterCommandEnvironment extends AbstractSVNCommandEnvironment
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
myIsDropEmptyRevisions
private boolean
myIsHelp
private boolean
myIsPreserveRevisionProperties
private boolean
myIsQuiet
private boolean
myIsRenumberRevisions
private boolean
myIsSkipMissingMergeSources
private boolean
myIsVersion
private java.util.List
myPrefixes
private java.lang.String
myTargetsFile
-
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
-
Constructor Summary
Constructors Constructor Description SVNDumpFilterCommandEnvironment(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()
java.util.List
getPrefixes()
protected void
initOption(SVNOptionValue optionValue)
protected void
initOptions(SVNCommandLine commandLine)
boolean
isDropEmptyRevisions()
boolean
isHelp()
boolean
isPreserveRevisionProperties()
boolean
isQuiet()
boolean
isRenumberRevisions()
boolean
isSkipMissingMergeSources()
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, isVersioned, parseRevision, popArgument, printCommitInfo, readFromFile, run, setArguments, setCancelled, validateOptions
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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
protected ISVNAuthenticationManager createClientAuthenticationManager()
- Specified by:
createClientAuthenticationManager
in classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions() throws SVNException
- Specified by:
createClientOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
initOptions
protected void initOptions(SVNCommandLine commandLine) throws SVNException
- Overrides:
initOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
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
-
-