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
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNSyncCommand(java.lang.String name, java.lang.String[] aliases, int outputPriority) -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Collectionintprotected java.lang.Stringprotected SVNSyncCommandEnvironmentMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, createSupportedOptions, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, run, setFailedMethods 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
-
SVNSyncCommand
public SVNSyncCommand(java.lang.String name, java.lang.String[] aliases, int outputPriority)
-
-
Method Details
-
getGlobalOptions
public java.util.Collection getGlobalOptions()- Specified by:
getGlobalOptionsin classAbstractSVNCommand
-
getResourceBundleName
protected java.lang.String getResourceBundleName()- Specified by:
getResourceBundleNamein classAbstractSVNCommand
-
getSVNSyncEnvironment
-
getOutputPriority
public int getOutputPriority()
-