public class SVNAdminCommandEnvironment extends AbstractSVNCommandEnvironment
NULL
Modifier | Constructor and Description |
---|---|
protected |
SVNAdminCommandEnvironment(java.lang.String programName,
java.io.PrintStream out,
java.io.PrintStream err,
java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
createClientAuthenticationManager() |
protected DefaultSVNOptions |
createClientOptions() |
protected java.lang.String |
getCommandLineClientName() |
SVNRevision |
getEndRevision() |
java.lang.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 java.lang.String |
refineCommandName(java.lang.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(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.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 java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName
in class AbstractSVNCommandEnvironment
SVNException
protected java.lang.String getCommandLineClientName()
getCommandLineClientName
in class AbstractSVNCommandEnvironment
public boolean isQuiet()
public boolean isHelp()
public boolean isVersion()
public java.lang.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 © 2020. All rights reserved.