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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected File
protected File
getLocalRepository
(int index) protected 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
-
Constructor Details
-
SVNAdminCommand
-
-
Method Details
-
getSVNAdminEnvironment
-
getLocalRepository
- Throws:
SVNException
-
getLocalRepository
- Throws:
SVNException
-
getResourceBundleName
- Specified by:
getResourceBundleName
in classAbstractSVNCommand
-
getRevisionNumber
protected long getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) throws SVNException - Throws:
SVNException
-
getGlobalOptions
- Specified by:
getGlobalOptions
in classAbstractSVNCommand
-