public class SVNDumpFilterCommandEnvironment extends AbstractSVNCommandEnvironment
Modifier and Type | Field and 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 |
NULL
Constructor and Description |
---|
SVNDumpFilterCommandEnvironment(java.lang.String programName,
java.io.PrintStream out,
java.io.PrintStream err,
java.io.InputStream in) |
Modifier and Type | Method and 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) |
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
private boolean myIsVersion
private boolean myIsQuiet
private boolean myIsHelp
private boolean myIsDropEmptyRevisions
private boolean myIsRenumberRevisions
private boolean myIsPreserveRevisionProperties
private boolean myIsSkipMissingMergeSources
private java.util.List myPrefixes
private java.lang.String myTargetsFile
public SVNDumpFilterCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
public boolean isVersion()
public boolean isQuiet()
public boolean isHelp()
public boolean isDropEmptyRevisions()
public boolean isRenumberRevisions()
public boolean isPreserveRevisionProperties()
public boolean isSkipMissingMergeSources()
public java.util.List getPrefixes()
protected ISVNAuthenticationManager createClientAuthenticationManager()
createClientAuthenticationManager
in class AbstractSVNCommandEnvironment
protected DefaultSVNOptions createClientOptions() throws SVNException
createClientOptions
in class AbstractSVNCommandEnvironment
SVNException
protected void initOptions(SVNCommandLine commandLine) throws SVNException
initOptions
in class AbstractSVNCommandEnvironment
SVNException
protected void initOption(SVNOptionValue optionValue) throws SVNException
initOption
in class AbstractSVNCommandEnvironment
SVNException
protected java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName
in class AbstractSVNCommandEnvironment
SVNException
protected java.lang.String getCommandLineClientName()
getCommandLineClientName
in class AbstractSVNCommandEnvironment