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, setCancelled
public 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 AbstractSVNCommandEnvironment
protected DefaultSVNOptions createClientOptions()
createClientOptions
in class AbstractSVNCommandEnvironment
protected void initOption(SVNOptionValue optionValue) throws SVNException
initOption
in class AbstractSVNCommandEnvironment
SVNException
protected void validateOptions(SVNCommandLine commandLine) throws SVNException
validateOptions
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
Copyright © 2019. All rights reserved.