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 booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate Listprivate StringFields 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 ISVNAuthenticationManagerprotected DefaultSVNOptionsprotected Stringprotected voidinitOption(SVNOptionValue optionValue) protected voidinitOptions(SVNCommandLine commandLine) booleanbooleanisHelp()booleanbooleanisQuiet()booleanbooleanbooleanprotected StringrefineCommandName(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:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
initOptions
- Overrides:
initOptionsin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
initOption
- Specified by:
initOptionin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
refineCommandName
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException - Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
- Specified by:
getCommandLineClientNamein classAbstractSVNCommandEnvironment
-