public abstract class SVNAdminCommand extends AbstractSVNCommand
| Modifier | Constructor and Description |
|---|---|
protected |
SVNAdminCommand(java.lang.String name,
java.lang.String[] aliases) |
| Modifier and Type | Method and 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() |
availableCommands, createSupportedOptions, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, run, setFailedprotected SVNAdminCommand(java.lang.String name,
java.lang.String[] aliases)
protected SVNAdminCommandEnvironment getSVNAdminEnvironment()
protected java.io.File getLocalRepository()
throws SVNException
SVNExceptionprotected java.io.File getLocalRepository(int index)
throws SVNException
SVNExceptionprotected java.lang.String getResourceBundleName()
getResourceBundleName in class AbstractSVNCommandprotected long getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) throws SVNException
SVNExceptionpublic java.util.Collection getGlobalOptions()
getGlobalOptions in class AbstractSVNCommand