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, setCancelled
public 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 AbstractSVNCommandEnvironment
protected DefaultSVNOptions createClientOptions()
createClientOptions
in class AbstractSVNCommandEnvironment
protected void validateOptions(SVNCommandLine commandLine) throws SVNException
validateOptions
in class AbstractSVNCommandEnvironment
SVNException
protected void initOption(SVNOptionValue optionValue) throws SVNException
initOption
in class AbstractSVNCommandEnvironment
SVNException
public SVNDiffOptions getDiffOptions() throws SVNException
SVNException
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName
in class AbstractSVNCommandEnvironment
SVNException
protected String getCommandLineClientName()
getCommandLineClientName
in class AbstractSVNCommandEnvironment
Copyright © 2024. All rights reserved.