Package org.tmatesoft.svn.cli.svnsync
Class SVNSyncCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svnsync.SVNSyncCommand
-
- Direct Known Subclasses:
SVNSyncCopyRevPropsCommand
,SVNSyncHelpCommand
,SVNSyncInfoCommand
,SVNSyncInitializeCommand
,SVNSyncSynchronizeCommand
public abstract class SVNSyncCommand extends AbstractSVNCommand
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private int
myOutputPriority
-
Constructor Summary
Constructors Constructor Description SVNSyncCommand(java.lang.String name, java.lang.String[] aliases, int outputPriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection
getGlobalOptions()
int
getOutputPriority()
protected java.lang.String
getResourceBundleName()
protected SVNSyncCommandEnvironment
getSVNSyncEnvironment()
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, createSupportedOptions, 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
-
getResourceBundleName
protected java.lang.String getResourceBundleName()
- Specified by:
getResourceBundleName
in classAbstractSVNCommand
-
getSVNSyncEnvironment
protected SVNSyncCommandEnvironment getSVNSyncEnvironment()
-
getOutputPriority
public int getOutputPriority()
-
-