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 booleanmyIsDropEmptyRevisionsprivate booleanmyIsHelpprivate booleanmyIsPreserveRevisionPropertiesprivate booleanmyIsQuietprivate booleanmyIsRenumberRevisionsprivate booleanmyIsSkipMissingMergeSourcesprivate booleanmyIsVersionprivate java.util.ListmyPrefixesprivate java.lang.StringmyTargetsFile-
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 ISVNAuthenticationManagercreateClientAuthenticationManager()protected DefaultSVNOptionscreateClientOptions()protected java.lang.StringgetCommandLineClientName()java.util.ListgetPrefixes()protected voidinitOption(SVNOptionValue optionValue)protected voidinitOptions(SVNCommandLine commandLine)booleanisDropEmptyRevisions()booleanisHelp()booleanisPreserveRevisionProperties()booleanisQuiet()booleanisRenumberRevisions()booleanisSkipMissingMergeSources()booleanisVersion()protected java.lang.StringrefineCommandName(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:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions() throws SVNException
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
initOptions
protected void initOptions(SVNCommandLine commandLine) throws SVNException
- Overrides:
initOptionsin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
initOption
protected void initOption(SVNOptionValue optionValue) throws SVNException
- Specified by:
initOptionin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
refineCommandName
protected java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException- Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
protected java.lang.String getCommandLineClientName()
- Specified by:
getCommandLineClientNamein classAbstractSVNCommandEnvironment
-
-