public class SVNSyncCommandEnvironment extends AbstractSVNCommandEnvironment
NULL
Constructor and Description |
---|
SVNSyncCommandEnvironment(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() |
java.lang.String |
getConfigDir() |
java.lang.String |
getPassword() |
java.lang.String |
getSourcePassword() |
java.lang.String |
getSourceUsername() |
java.lang.String |
getSyncPassword() |
java.lang.String |
getSyncUsername() |
java.lang.String |
getUsername() |
protected void |
initOption(SVNOptionValue optionValue) |
boolean |
isHelp() |
boolean |
isNoAuthCache() |
boolean |
isNonInteractive() |
boolean |
isQuiet() |
boolean |
isVersion() |
protected java.lang.String |
refineCommandName(java.lang.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(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
public boolean isNonInteractive()
public boolean isNoAuthCache()
public java.lang.String getUsername()
public java.lang.String getPassword()
public java.lang.String getSourceUsername()
public java.lang.String getSourcePassword()
public java.lang.String getSyncUsername()
public java.lang.String getSyncPassword()
public java.lang.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 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
Copyright © 2020. All rights reserved.