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 protectedSVNAdminCommandEnvironment(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 ISVNAuthenticationManagercreateClientAuthenticationManager()protected DefaultSVNOptionscreateClientOptions()protected java.lang.StringgetCommandLineClientName()SVNRevisiongetEndRevision()java.lang.StringgetParentDir()SVNRevisiongetStartRevision()protected voidinitOption(SVNOptionValue optionValue)booleanisBypassHooks()booleanisCleanLogs()booleanisDeltas()booleanisForceUUID()booleanisHelp()booleanisIgnoreUUID()booleanisIncremental()booleanisPre14Compatible()booleanisPre15Compatible()booleanisPre16Compatible()booleanisPre17Compatible()booleanisQuiet()booleanisUsePostCommitHook()booleanisUsePostRevPropChangeHook()booleanisUsePreCommitHook()booleanisUsePreRevPropChangeHook()booleanisVersion()booleanisWait()booleanisWith17Compatible()protected java.lang.StringrefineCommandName(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:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions()
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment
-
initOption
protected void initOption(SVNOptionValue optionValue) throws SVNException
- Specified by:
initOptionin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
refineCommandName
protected java.lang.String refineCommandName(java.lang.String commandName, SVNCommandLine commandLine) throws SVNException- Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
protected java.lang.String getCommandLineClientName()
- Specified by:
getCommandLineClientNamein 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()
-
-