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 java.util.Listprivate java.lang.StringFields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL -
Constructor Summary
ConstructorsConstructorDescriptionSVNDumpFilterCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerprotected DefaultSVNOptionsprotected java.lang.Stringjava.util.Listprotected voidinitOption(SVNOptionValue optionValue) protected voidinitOptions(SVNCommandLine commandLine) booleanbooleanisHelp()booleanbooleanisQuiet()booleanbooleanbooleanprotected 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, validateOptionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
private java.util.List myPrefixes -
myTargetsFile
private java.lang.String myTargetsFile
-
-
Constructor Details
-
SVNDumpFilterCommandEnvironment
public SVNDumpFilterCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.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
public java.util.List 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 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
-