public class SvnPatch extends SvnOperation<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
private boolean |
dryRun |
private boolean |
ignoreWhitespace |
private java.io.File |
patchFile |
private boolean |
removeTempFiles |
private boolean |
reverse |
private int |
stripCount |
Modifier | Constructor and Description |
---|---|
protected |
SvnPatch(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getPatchFile() |
int |
getStripCount() |
boolean |
isDryRun() |
boolean |
isIgnoreWhitespace() |
boolean |
isRemoveTempFiles() |
boolean |
isReverse() |
void |
setDryRun(boolean dryRun) |
void |
setIgnoreWhitespace(boolean ignoreWhitespace) |
void |
setPatchFile(java.io.File patchFile) |
void |
setRemoveTempFiles(boolean removeTempFiles) |
void |
setReverse(boolean reverse) |
void |
setStripCount(int stripCount) |
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, initDefaults, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
private java.io.File patchFile
private boolean dryRun
private int stripCount
private boolean reverse
private boolean ignoreWhitespace
private boolean removeTempFiles
protected SvnPatch(SvnOperationFactory factory)
public java.io.File getPatchFile()
public void setPatchFile(java.io.File patchFile)
public boolean isDryRun()
public void setDryRun(boolean dryRun)
public int getStripCount()
public void setStripCount(int stripCount)
public boolean isReverse()
public void setReverse(boolean reverse)
public boolean isIgnoreWhitespace()
public void setIgnoreWhitespace(boolean ignoreWhitespace)
public boolean isRemoveTempFiles()
public void setRemoveTempFiles(boolean removeTempFiles)