Package org.tmatesoft.svn.cli.svnsync
Class SVNSyncCommandEnvironment
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
-
- org.tmatesoft.svn.cli.svnsync.SVNSyncCommandEnvironment
-
- All Implemented Interfaces:
ISVNCanceller
public class SVNSyncCommandEnvironment extends AbstractSVNCommandEnvironment
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
-
Constructor Summary
Constructors Constructor Description SVNSyncCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
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
-
-
-
-
Method Detail
-
isNonInteractive
public boolean isNonInteractive()
-
isNoAuthCache
public boolean isNoAuthCache()
-
getUsername
public java.lang.String getUsername()
-
getPassword
public java.lang.String getPassword()
-
getSourceUsername
public java.lang.String getSourceUsername()
-
getSourcePassword
public java.lang.String getSourcePassword()
-
getSyncUsername
public java.lang.String getSyncUsername()
-
getSyncPassword
public java.lang.String getSyncPassword()
-
getConfigDir
public java.lang.String getConfigDir()
-
isVersion
public boolean isVersion()
-
isQuiet
public boolean isQuiet()
-
isHelp
public boolean isHelp()
-
createClientAuthenticationManager
protected ISVNAuthenticationManager createClientAuthenticationManager()
- Specified by:
createClientAuthenticationManager
in classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions()
- Specified by:
createClientOptions
in classAbstractSVNCommandEnvironment
-
initOption
protected void initOption(SVNOptionValue optionValue) throws SVNException
- Specified by:
initOption
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
validateOptions
protected void validateOptions(SVNCommandLine commandLine) throws SVNException
- Overrides:
validateOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
refineCommandName
protected java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException
- Specified by:
refineCommandName
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
getCommandLineClientName
protected java.lang.String getCommandLineClientName()
- Specified by:
getCommandLineClientName
in classAbstractSVNCommandEnvironment
-
-