Package org.tmatesoft.svn.cli.svnlook
Class SVNLookCommandEnvironment
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment
-
- org.tmatesoft.svn.cli.svnlook.SVNLookCommandEnvironment
-
- All Implemented Interfaces:
ISVNCanceller
public class SVNLookCommandEnvironment 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 SVNLookCommandEnvironment(java.lang.String programName, java.io.PrintStream out, java.io.PrintStream err, java.io.InputStream in)
-
Method Summary
-
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
-
getRepositoryFile
public java.io.File getRepositoryFile()
-
getRevision
public long getRevision()
-
getTransaction
public java.lang.String getTransaction()
-
isNonRecursive
public boolean isNonRecursive()
-
isVerbose
public boolean isVerbose()
-
isHelp
public boolean isHelp()
-
isRevProp
public boolean isRevProp()
-
isVersion
public boolean isVersion()
-
isShowIDs
public boolean isShowIDs()
-
getLimit
public long getLimit()
-
isNoDiffDeleted
public boolean isNoDiffDeleted()
-
isNoDiffAdded
public boolean isNoDiffAdded()
-
isDiffCopyFrom
public boolean isDiffCopyFrom()
-
isFullPaths
public boolean isFullPaths()
-
isCopyInfo
public boolean isCopyInfo()
-
getExtensions
public java.util.Collection getExtensions()
-
isRevision
public boolean isRevision()
-
getTransactionInfo
public FSTransactionInfo getTransactionInfo()
-
getRepository
public FSRepository getRepository()
-
getFirstArgument
public java.lang.String getFirstArgument()
-
getSecondArgument
public java.lang.String getSecondArgument()
-
createClientAuthenticationManager
protected ISVNAuthenticationManager createClientAuthenticationManager()
- Specified by:
createClientAuthenticationManager
in classAbstractSVNCommandEnvironment
-
createClientOptions
protected DefaultSVNOptions createClientOptions()
- Specified by:
createClientOptions
in classAbstractSVNCommandEnvironment
-
validateOptions
protected void validateOptions(SVNCommandLine commandLine) throws SVNException
- Overrides:
validateOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
initOption
protected void initOption(SVNOptionValue optionValue) throws SVNException
- Specified by:
initOption
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
getDiffOptions
public SVNDiffOptions getDiffOptions() throws SVNException
- 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
-
-