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>
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
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 Detail
-
getContext
public SVNWCContext getContext()
-
getAnchor
public java.io.File getAnchor()
-
getDb
public ISVNWCDb getDb()
-
getCallback
public ISvnDiffCallback getCallback()
-
isIgnoreAncestry
public boolean isIgnoreAncestry()
-
isShowCopiesAsAdds
public boolean isShowCopiesAsAdds()
-
isGitFormat
public boolean isGitFormat()
-
receive
public void receive(SvnTarget target, SvnStatus status) throws SVNException
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
-
-