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, setFailed
protected SVNAdminCommand(java.lang.String name, java.lang.String[] aliases)
protected SVNAdminCommandEnvironment getSVNAdminEnvironment()
protected java.io.File getLocalRepository() throws SVNException
SVNException
protected java.io.File getLocalRepository(int index) throws SVNException
SVNException
protected java.lang.String getResourceBundleName()
getResourceBundleName
in class AbstractSVNCommand
protected long getRevisionNumber(SVNRevision rev, long latestRevision, SVNRepository repos) throws SVNException
SVNException
public java.util.Collection getGlobalOptions()
getGlobalOptions
in class AbstractSVNCommand
Copyright © 2020. All rights reserved.