public class SVNLookCommandEnvironment extends AbstractSVNCommandEnvironment
NULL| Constructor and Description |
|---|
SVNLookCommandEnvironment(String programName,
PrintStream out,
PrintStream err,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
protected ISVNAuthenticationManager |
createClientAuthenticationManager() |
protected DefaultSVNOptions |
createClientOptions() |
protected String |
getCommandLineClientName() |
SVNDiffOptions |
getDiffOptions() |
Collection |
getExtensions() |
String |
getFirstArgument() |
long |
getLimit() |
FSRepository |
getRepository() |
File |
getRepositoryFile() |
long |
getRevision() |
String |
getSecondArgument() |
String |
getTransaction() |
FSTransactionInfo |
getTransactionInfo() |
protected void |
initOption(SVNOptionValue optionValue) |
boolean |
isCopyInfo() |
boolean |
isDiffCopyFrom() |
boolean |
isFullPaths() |
boolean |
isHelp() |
boolean |
isNoDiffAdded() |
boolean |
isNoDiffDeleted() |
boolean |
isNonRecursive() |
boolean |
isRevision() |
boolean |
isRevProp() |
boolean |
isShowIDs() |
boolean |
isVerbose() |
boolean |
isVersion() |
protected String |
refineCommandName(String commandName,
SVNCommandLine commandLine) |
protected void |
validateOptions(SVNCommandLine commandLine) |
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, setCancelledpublic SVNLookCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
public File getRepositoryFile()
public long getRevision()
public String getTransaction()
public boolean isNonRecursive()
public boolean isVerbose()
public boolean isHelp()
public boolean isRevProp()
public boolean isVersion()
public boolean isShowIDs()
public long getLimit()
public boolean isNoDiffDeleted()
public boolean isNoDiffAdded()
public boolean isDiffCopyFrom()
public boolean isFullPaths()
public boolean isCopyInfo()
public Collection getExtensions()
public boolean isRevision()
public FSTransactionInfo getTransactionInfo()
public FSRepository getRepository()
public String getFirstArgument()
public String getSecondArgument()
protected ISVNAuthenticationManager createClientAuthenticationManager()
createClientAuthenticationManager in class AbstractSVNCommandEnvironmentprotected DefaultSVNOptions createClientOptions()
createClientOptions in class AbstractSVNCommandEnvironmentprotected void validateOptions(SVNCommandLine commandLine) throws SVNException
validateOptions in class AbstractSVNCommandEnvironmentSVNExceptionprotected void initOption(SVNOptionValue optionValue) throws SVNException
initOption in class AbstractSVNCommandEnvironmentSVNExceptionpublic SVNDiffOptions getDiffOptions() throws SVNException
SVNExceptionprotected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName in class AbstractSVNCommandEnvironmentSVNExceptionprotected String getCommandLineClientName()
getCommandLineClientName in class AbstractSVNCommandEnvironmentCopyright © 2025. All rights reserved.