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
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private Collection
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private long
private FSRepository
private File
private long
private String
private FSTransactionInfo
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
Constructor Summary
ConstructorsConstructorDescriptionSVNLookCommandEnvironment
(String programName, PrintStream out, PrintStream err, InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
protected DefaultSVNOptions
protected String
long
getLimit()
long
protected void
initOption
(SVNOptionValue optionValue) boolean
boolean
boolean
boolean
isHelp()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
protected String
refineCommandName
(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
-
Field Details
-
myRevision
private long myRevision -
myTransaction
-
myIsNonRecursive
private boolean myIsNonRecursive -
myIsVerbose
private boolean myIsVerbose -
myIsHelp
private boolean myIsHelp -
myIsRevProp
private boolean myIsRevProp -
myIsVersion
private boolean myIsVersion -
myIsShowIDs
private boolean myIsShowIDs -
myLimit
private long myLimit -
myIsNoDiffDeleted
private boolean myIsNoDiffDeleted -
myIsNoDiffAdded
private boolean myIsNoDiffAdded -
myIsDiffCopyFrom
private boolean myIsDiffCopyFrom -
myIsFullPaths
private boolean myIsFullPaths -
myIsCopyInfo
private boolean myIsCopyInfo -
myExtensions
-
myIsRevision
private boolean myIsRevision -
myRepositoryFile
-
myRepository
-
myTransactionInfo
-
myArgument1
-
myArgument2
-
-
Constructor Details
-
SVNLookCommandEnvironment
public SVNLookCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
-
-
Method Details
-
getRepositoryFile
-
getRevision
public long getRevision() -
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
-
isRevision
public boolean isRevision() -
getTransactionInfo
-
getRepository
-
getFirstArgument
-
getSecondArgument
-
createClientAuthenticationManager
- Specified by:
createClientAuthenticationManager
in classAbstractSVNCommandEnvironment
-
createClientOptions
- Specified by:
createClientOptions
in classAbstractSVNCommandEnvironment
-
validateOptions
- Overrides:
validateOptions
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
initOption
- Specified by:
initOption
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
getDiffOptions
- Throws:
SVNException
-
refineCommandName
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException - Specified by:
refineCommandName
in classAbstractSVNCommandEnvironment
- Throws:
SVNException
-
getCommandLineClientName
- Specified by:
getCommandLineClientName
in classAbstractSVNCommandEnvironment
-