Class SvnDiffStatusReceiver
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffStatusReceiver
- All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
public class SvnDiffStatusReceiver
extends java.lang.Object
implements ISvnObjectReceiver<SvnStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final java.io.File
private final ISvnDiffCallback
private final java.util.Collection<java.lang.String>
private final SVNWCContext
private final ISVNWCDb
private final boolean
private final boolean
private final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSvnDiffStatusReceiver
(SVNWCContext context, java.io.File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, java.util.Collection<java.lang.String> changelists) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
context
-
anchor
private final java.io.File anchor -
db
-
callback
-
showCopiesAsAdds
private final boolean showCopiesAsAdds -
gitFormat
private final boolean gitFormat -
ignoreAncestry
private final boolean ignoreAncestry -
changelists
private final java.util.Collection<java.lang.String> changelists
-
-
Constructor Details
-
SvnDiffStatusReceiver
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)
-
-
Method Details
-
getContext
-
getAnchor
public java.io.File getAnchor() -
getDb
-
getCallback
-
isIgnoreAncestry
public boolean isIgnoreAncestry() -
isShowCopiesAsAdds
public boolean isShowCopiesAsAdds() -
isGitFormat
public boolean isGitFormat() -
receive
Description copied from interface:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SvnStatus>
- Parameters:
target
- target of the objectstatus
- object- Throws:
SVNException
-
fileDiff
- Throws:
SVNException
-
getEmptyFile
- Throws:
SVNException
-