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
public abstract class SVNAdminCommand extends AbstractSVNCommand
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SVNAdminCommand(java.lang.String name, java.lang.String[] aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection
getGlobalOptions()
protected java.io.File
getLocalRepository()
protected java.io.File
getLocalRepository(int index)
protected java.lang.String
getResourceBundleName()
protected long
getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos)
protected SVNAdminCommandEnvironment
getSVNAdminEnvironment()
-
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
-
getSVNAdminEnvironment
protected SVNAdminCommandEnvironment getSVNAdminEnvironment()
-
getLocalRepository
protected java.io.File getLocalRepository() throws SVNException
- Throws:
SVNException
-
getLocalRepository
protected java.io.File getLocalRepository(int index) throws SVNException
- 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
-
-