public class SvnDiffStatusReceiver extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
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 |
---|---|
java.io.File |
getAnchor() |
ISvnDiffCallback |
getCallback() |
SVNWCContext |
getContext() |
ISVNWCDb |
getDb() |
boolean |
isGitFormat() |
boolean |
isIgnoreAncestry() |
boolean |
isShowCopiesAsAdds() |
void |
receive(SvnTarget target,
SvnStatus status)
Receives object with is target.
|
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
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.