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
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL -
Constructor Summary
ConstructorsConstructorDescriptionSVNSyncCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerprotected DefaultSVNOptionsprotected Stringprotected voidinitOption(SVNOptionValue optionValue) booleanisHelp()booleanbooleanbooleanisQuiet()booleanprotected StringrefineCommandName(String commandName, SVNCommandLine commandLine) protected voidvalidateOptions(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
-
Field Details
-
myIsNonInteractive
private boolean myIsNonInteractive -
myIsNoAuthCache
private boolean myIsNoAuthCache -
myUserName
-
myPassword
-
mySourceUsername
-
mySourcePassword
-
mySyncUsername
-
mySyncPassword
-
myConfigDir
-
myIsVersion
private boolean myIsVersion -
myIsQuiet
private boolean myIsQuiet -
myIsHelp
private boolean myIsHelp -
myIsTrustServerCertificate
private boolean myIsTrustServerCertificate
-
-
Constructor Details
-
SVNSyncCommandEnvironment
public SVNSyncCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
-
-
Method Details
-
isNonInteractive
public boolean isNonInteractive() -
isNoAuthCache
public boolean isNoAuthCache() -
getUsername
-
getPassword
-
getSourceUsername
-
getSourcePassword
-
getSyncUsername
-
getSyncPassword
-
getConfigDir
-
isVersion
public boolean isVersion() -
isQuiet
public boolean isQuiet() -
isHelp
public boolean isHelp() -
createClientAuthenticationManager
- Specified by:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment
-
initOption
- Specified by:
initOptionin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
validateOptions
- Overrides:
validateOptionsin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
refineCommandName
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException - Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
- Specified by:
getCommandLineClientNamein classAbstractSVNCommandEnvironment
-