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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSVNAdminCommand(java.lang.String name, java.lang.String[] aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CollectiongetGlobalOptions()protected java.io.FilegetLocalRepository()protected java.io.FilegetLocalRepository(int index)protected java.lang.StringgetResourceBundleName()protected longgetRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos)protected SVNAdminCommandEnvironmentgetSVNAdminEnvironment()-
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:
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
-
-