Class SvnDiffStatusReceiver
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffStatusReceiver
- All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final File
private final ISvnDiffCallback
private final Collection<String>
private final SVNWCContext
private final ISVNWCDb
private final boolean
private final boolean
private final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSvnDiffStatusReceiver
(SVNWCContext context, File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, Collection<String> changelists) -
Method Summary
-
Field Details
-
context
-
anchor
-
db
-
callback
-
showCopiesAsAdds
private final boolean showCopiesAsAdds -
gitFormat
private final boolean gitFormat -
ignoreAncestry
private final boolean ignoreAncestry -
changelists
-
-
Constructor Details
-
SvnDiffStatusReceiver
public SvnDiffStatusReceiver(SVNWCContext context, File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, Collection<String> changelists)
-
-
Method Details
-
getContext
-
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
-