Package org.tmatesoft.svn.cli.svnadmin
Class SVNAdminCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svnadmin.SVNAdminCommand
- Direct Known Subclasses:
SVNAdminCreateCommand,SVNAdminDumpCommand,SVNAdminHelpCommand,SVNAdminHotCopyCommand,SVNAdminListLocksCommand,SVNAdminListTransactionsCommand,SVNAdminLoadCommand,SVNAdminPackCommand,SVNAdminRecoverCommand,SVNAdminRemoveLocksCommand,SVNAdminRemoveTransactionsCommand,SVNAdminSetLogCommand,SVNAdminSetRevPropCommand,SVNAdminSetUUIDCommand,SVNAdminUpgradeCommand,SVNAdminVerifyCommand
- Version:
- 1.3
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSVNAdminCommand(java.lang.String name, java.lang.String[] aliases) -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Collectionprotected java.io.Fileprotected java.io.FilegetLocalRepository(int index) protected java.lang.Stringprotected longgetRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) protected SVNAdminCommandEnvironmentMethods 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
-
Constructor Details
-
SVNAdminCommand
protected SVNAdminCommand(java.lang.String name, java.lang.String[] aliases)
-
-
Method Details
-
getSVNAdminEnvironment
-
getLocalRepository
- Throws:
SVNException
-
getLocalRepository
- Throws:
SVNException
-
getResourceBundleName
protected java.lang.String getResourceBundleName()- Specified by:
getResourceBundleNamein classAbstractSVNCommand
-
getRevisionNumber
protected long getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) throws SVNException - Throws:
SVNException
-
getGlobalOptions
public java.util.Collection getGlobalOptions()- Specified by:
getGlobalOptionsin classAbstractSVNCommand
-