public class SVNAdminCommandEnvironment extends AbstractSVNCommandEnvironment
NULL
Modifier | Constructor and Description |
---|---|
protected |
SVNAdminCommandEnvironment(String programName,
PrintStream out,
PrintStream err,
InputStream in) |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
createClientAuthenticationManager() |
protected DefaultSVNOptions |
createClientOptions() |
protected String |
getCommandLineClientName() |
SVNRevision |
getEndRevision() |
String |
getParentDir() |
SVNRevision |
getStartRevision() |
protected void |
initOption(SVNOptionValue optionValue) |
boolean |
isBypassHooks() |
boolean |
isCleanLogs() |
boolean |
isDeltas() |
boolean |
isForceUUID() |
boolean |
isHelp() |
boolean |
isIgnoreUUID() |
boolean |
isIncremental() |
boolean |
isPre14Compatible() |
boolean |
isPre15Compatible() |
boolean |
isPre16Compatible() |
boolean |
isPre17Compatible() |
boolean |
isQuiet() |
boolean |
isUsePostCommitHook() |
boolean |
isUsePostRevPropChangeHook() |
boolean |
isUsePreCommitHook() |
boolean |
isUsePreRevPropChangeHook() |
boolean |
isVersion() |
boolean |
isWait() |
boolean |
isWith17Compatible() |
protected String |
refineCommandName(String commandName,
SVNCommandLine commandLine) |
checkCancelled, combineTargets, createClientManager, dispose, getArguments, getClientManager, getCommand, getCommandName, getCommandName, getErr, getIn, getOptions, getOut, getProgramName, getRelativePath, getURLFromTarget, handleError, handleWarning, init, initClientManager, initCommand, initOptions, isVersioned, parseRevision, popArgument, printCommitInfo, readFromFile, run, setArguments, setCancelled, validateOptions
protected SVNAdminCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
protected ISVNAuthenticationManager createClientAuthenticationManager()
createClientAuthenticationManager
in class AbstractSVNCommandEnvironment
protected DefaultSVNOptions createClientOptions()
createClientOptions
in class AbstractSVNCommandEnvironment
protected void initOption(SVNOptionValue optionValue) throws SVNException
initOption
in class AbstractSVNCommandEnvironment
SVNException
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName
in class AbstractSVNCommandEnvironment
SVNException
protected String getCommandLineClientName()
getCommandLineClientName
in class AbstractSVNCommandEnvironment
public boolean isQuiet()
public boolean isHelp()
public boolean isVersion()
public String getParentDir()
public boolean isIncremental()
public boolean isDeltas()
public boolean isIgnoreUUID()
public boolean isForceUUID()
public boolean isPre14Compatible()
public boolean isPre15Compatible()
public boolean isPre16Compatible()
public boolean isPre17Compatible()
public boolean isWith17Compatible()
public boolean isUsePreCommitHook()
public boolean isUsePostCommitHook()
public boolean isUsePostRevPropChangeHook()
public boolean isUsePreRevPropChangeHook()
public boolean isBypassHooks()
public boolean isCleanLogs()
public boolean isWait()
public SVNRevision getStartRevision()
public SVNRevision getEndRevision()
Copyright © 2023. All rights reserved.