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
ConstructorsModifierConstructorDescriptionprotected
SVNAdminCommand
(java.lang.String name, java.lang.String[] aliases) -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Collection
protected java.io.File
protected java.io.File
getLocalRepository
(int index) protected java.lang.String
protected long
getRevisionNumber
(SVNRevision rev, long latestRevision, SVNRepository repos) protected SVNAdminCommandEnvironment
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
Methods 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:
getResourceBundleName
in classAbstractSVNCommand
-
getRevisionNumber
protected long getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) throws SVNException - Throws:
SVNException
-
getGlobalOptions
public java.util.Collection getGlobalOptions()- Specified by:
getGlobalOptions
in classAbstractSVNCommand
-