Class SVNDumpFilterCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilterCommand
- Direct Known Subclasses:
SVNDumpFilterExcludeCommand
,SVNDumpFilterHelpCommand
,SVNDumpFilterIncludeCommand
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNDumpFilterCommand
(java.lang.String name, java.lang.String[] aliases, int outputPriority) -
Method Summary
Modifier and TypeMethodDescriptionprotected java.util.Collection
java.util.Collection
int
protected java.lang.String
protected SVNDumpFilterCommandEnvironment
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, run, setFailed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myOutputPriority
private int myOutputPriority
-
-
Constructor Details
-
SVNDumpFilterCommand
public SVNDumpFilterCommand(java.lang.String name, java.lang.String[] aliases, int outputPriority)
-
-
Method Details
-
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
-
getOutputPriority
public int getOutputPriority()
-