public class SVNSyncCommandEnvironment extends AbstractSVNCommandEnvironment
NULL| Constructor and Description |
|---|
SVNSyncCommandEnvironment(String programName,
PrintStream out,
PrintStream err,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
protected ISVNAuthenticationManager |
createClientAuthenticationManager() |
protected DefaultSVNOptions |
createClientOptions() |
protected String |
getCommandLineClientName() |
String |
getConfigDir() |
String |
getPassword() |
String |
getSourcePassword() |
String |
getSourceUsername() |
String |
getSyncPassword() |
String |
getSyncUsername() |
String |
getUsername() |
protected void |
initOption(SVNOptionValue optionValue) |
boolean |
isHelp() |
boolean |
isNoAuthCache() |
boolean |
isNonInteractive() |
boolean |
isQuiet() |
boolean |
isVersion() |
protected String |
refineCommandName(String commandName,
SVNCommandLine commandLine) |
protected void |
validateOptions(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, setCancelledpublic SVNSyncCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
public boolean isNonInteractive()
public boolean isNoAuthCache()
public String getUsername()
public String getPassword()
public String getSourceUsername()
public String getSourcePassword()
public String getSyncUsername()
public String getSyncPassword()
public String getConfigDir()
public boolean isVersion()
public boolean isQuiet()
public boolean isHelp()
protected ISVNAuthenticationManager createClientAuthenticationManager()
createClientAuthenticationManager in class AbstractSVNCommandEnvironmentprotected DefaultSVNOptions createClientOptions()
createClientOptions in class AbstractSVNCommandEnvironmentprotected void initOption(SVNOptionValue optionValue) throws SVNException
initOption in class AbstractSVNCommandEnvironmentSVNExceptionprotected void validateOptions(SVNCommandLine commandLine) throws SVNException
validateOptions in class AbstractSVNCommandEnvironmentSVNExceptionprotected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName in class AbstractSVNCommandEnvironmentSVNExceptionprotected String getCommandLineClientName()
getCommandLineClientName in class AbstractSVNCommandEnvironmentCopyright © 2025. All rights reserved.