public class SvnDiffStatusReceiver extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
Modifier and Type | Field and Description |
---|---|
private java.io.File |
anchor |
private ISvnDiffCallback |
callback |
private java.util.Collection<java.lang.String> |
changelists |
private SVNWCContext |
context |
private ISVNWCDb |
db |
private boolean |
gitFormat |
private boolean |
ignoreAncestry |
private boolean |
showCopiesAsAdds |
Constructor and Description |
---|
SvnDiffStatusReceiver(SVNWCContext context,
java.io.File anchor,
ISVNWCDb db,
ISvnDiffCallback callback,
boolean ignoreAncestry,
boolean showCopiesAsAdds,
boolean gitFormat,
java.util.Collection<java.lang.String> changelists) |
Modifier and Type | Method and Description |
---|---|
private void |
fileDiff(java.io.File localAbspath,
java.lang.String path) |
java.io.File |
getAnchor() |
ISvnDiffCallback |
getCallback() |
SVNWCContext |
getContext() |
ISVNWCDb |
getDb() |
private java.io.File |
getEmptyFile() |
boolean |
isGitFormat() |
boolean |
isIgnoreAncestry() |
boolean |
isShowCopiesAsAdds() |
void |
receive(SvnTarget target,
SvnStatus status)
Receives object with is target.
|
private final SVNWCContext context
private final java.io.File anchor
private final ISVNWCDb db
private final ISvnDiffCallback callback
private final boolean showCopiesAsAdds
private final boolean gitFormat
private final boolean ignoreAncestry
private final java.util.Collection<java.lang.String> changelists
public SvnDiffStatusReceiver(SVNWCContext context, java.io.File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, java.util.Collection<java.lang.String> changelists)
public SVNWCContext getContext()
public java.io.File getAnchor()
public ISVNWCDb getDb()
public ISvnDiffCallback getCallback()
public boolean isIgnoreAncestry()
public boolean isShowCopiesAsAdds()
public boolean isGitFormat()
public void receive(SvnTarget target, SvnStatus status) throws SVNException
ISvnObjectReceiver
receive
in interface ISvnObjectReceiver<SvnStatus>
target
- target of the objectstatus
- objectSVNException
private void fileDiff(java.io.File localAbspath, java.lang.String path) throws SVNException
SVNException
private java.io.File getEmptyFile() throws SVNException
SVNException