Class SVNDumpFilterCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilterCommand
-
- Direct Known Subclasses:
SVNDumpFilterExcludeCommand
,SVNDumpFilterHelpCommand
,SVNDumpFilterIncludeCommand
public abstract class SVNDumpFilterCommand extends AbstractSVNCommand
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNDumpFilterCommand(java.lang.String name, java.lang.String[] aliases, int outputPriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
java.util.Collection
getGlobalOptions()
int
getOutputPriority()
protected java.lang.String
getResourceBundleName()
protected SVNDumpFilterCommandEnvironment
getSVNDumpFilterEnvironment()
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, run, setFailed
-
-
-
-
Method Detail
-
getGlobalOptions
public java.util.Collection getGlobalOptions()
- Specified by:
getGlobalOptions
in classAbstractSVNCommand
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleName
in classAbstractSVNCommand
-
getSVNDumpFilterEnvironment
protected SVNDumpFilterCommandEnvironment getSVNDumpFilterEnvironment()
-
getOutputPriority
public int getOutputPriority()
-
-