Package org.tmatesoft.svn.cli.svnadmin
Class SVNAdminCommandEnvironment
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
-
- org.tmatesoft.svn.cli.svnadmin.SVNAdminCommandEnvironment
-
- All Implemented Interfaces:
ISVNCanceller
public class SVNAdminCommandEnvironment extends AbstractSVNCommandEnvironment
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SVNAdminCommandEnvironment(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()
SVNRevision
getEndRevision()
java.lang.String
getParentDir()
SVNRevision
getStartRevision()
protected void
initOption(SVNOptionValue optionValue)
boolean
isBypassHooks()
boolean
isCleanLogs()
boolean
isDeltas()
boolean
isForceUUID()
boolean
isHelp()
boolean
isIgnoreUUID()
boolean
isIncremental()
boolean
isPre14Compatible()
boolean
isPre15Compatible()
boolean
isPre16Compatible()
boolean
isPre17Compatible()
boolean
isQuiet()
boolean
isUsePostCommitHook()
boolean
isUsePostRevPropChangeHook()
boolean
isUsePreCommitHook()
boolean
isUsePreRevPropChangeHook()
boolean
isVersion()
boolean
isWait()
boolean
isWith17Compatible()
protected java.lang.String
refineCommandName(java.lang.String commandName, 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, validateOptions
-
-
-
-
Method Detail
-
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
-
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
-
isQuiet
public boolean isQuiet()
-
isHelp
public boolean isHelp()
-
isVersion
public boolean isVersion()
-
getParentDir
public java.lang.String getParentDir()
-
isIncremental
public boolean isIncremental()
-
isDeltas
public boolean isDeltas()
-
isIgnoreUUID
public boolean isIgnoreUUID()
-
isForceUUID
public boolean isForceUUID()
-
isPre14Compatible
public boolean isPre14Compatible()
-
isPre15Compatible
public boolean isPre15Compatible()
-
isPre16Compatible
public boolean isPre16Compatible()
-
isPre17Compatible
public boolean isPre17Compatible()
-
isWith17Compatible
public boolean isWith17Compatible()
-
isUsePreCommitHook
public boolean isUsePreCommitHook()
-
isUsePostCommitHook
public boolean isUsePostCommitHook()
-
isUsePostRevPropChangeHook
public boolean isUsePostRevPropChangeHook()
-
isUsePreRevPropChangeHook
public boolean isUsePreRevPropChangeHook()
-
isBypassHooks
public boolean isBypassHooks()
-
isCleanLogs
public boolean isCleanLogs()
-
isWait
public boolean isWait()
-
getStartRevision
public SVNRevision getStartRevision()
-
getEndRevision
public SVNRevision getEndRevision()
-
-