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 Stringprivate Stringprivate Collectionprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate longprivate FSRepositoryprivate Fileprivate longprivate Stringprivate FSTransactionInfoFields 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 ISVNAuthenticationManagerprotected DefaultSVNOptionsprotected StringlonggetLimit()longprotected voidinitOption(SVNOptionValue optionValue) booleanbooleanbooleanbooleanisHelp()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanprotected 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
-
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:
createClientAuthenticationManagerin classAbstractSVNCommandEnvironment
-
createClientOptions
- Specified by:
createClientOptionsin classAbstractSVNCommandEnvironment
-
validateOptions
- Overrides:
validateOptionsin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
initOption
- Specified by:
initOptionin classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getDiffOptions
- Throws:
SVNException
-
refineCommandName
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException - Specified by:
refineCommandNamein classAbstractSVNCommandEnvironment- Throws:
SVNException
-
getCommandLineClientName
- Specified by:
getCommandLineClientNamein classAbstractSVNCommandEnvironment
-