|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statsvn.util.SvnDiffUtils
net.sf.statsvn.util.svnkit.SvnKitDiff
Performs diffs via svnkit.
Field Summary |
Fields inherited from class net.sf.statsvn.util.SvnDiffUtils |
BINARY_TYPE, INDEX_MARKER, processor, PROPERTY_CHANGE, PROPERTY_NAME, PROPERTY_NAME_LINE, RESULT_SIZE |
Constructor Summary | |
SvnKitDiff(SvnKitProcessor processor)
Performs diffs via svnkit. |
Method Summary | |
File |
getCheckoutDirectory()
Shorthand to get the checked out directory |
Vector |
getLineDiff(String newRevNr)
Gets diffs inside one revision. |
int[] |
getLineDiff(String oldRevNr,
String newRevNr,
String filename)
Gets a single diff for a file between two revisions. |
org.tmatesoft.svn.core.wc.SVNClientManager |
getManager()
Shorthand for the svnkit client manager. |
SvnKitProcessor |
getSvnKitProcessor()
Shorthand to get the base processor |
Methods inherited from class net.sf.statsvn.util.SvnDiffUtils |
appendResults, callSvnDiff, callSvnDiff, getProcessor, isBinaryErrorMessage, parseDiff, parseMultipleDiffStream, parseSingleDiffStream, verifyOutput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SvnKitDiff(SvnKitProcessor processor)
processor
- the base processorMethod Detail |
public File getCheckoutDirectory()
public Vector getLineDiff(String newRevNr) throws IOException, BinaryDiffException
getLineDiff
in interface ISvnDiffProcessor
getLineDiff
in class SvnDiffUtils
IOException
BinaryDiffException
public int[] getLineDiff(String oldRevNr, String newRevNr, String filename) throws IOException, BinaryDiffException
getLineDiff
in interface ISvnDiffProcessor
getLineDiff
in class SvnDiffUtils
IOException
BinaryDiffException
public org.tmatesoft.svn.core.wc.SVNClientManager getManager()
public SvnKitProcessor getSvnKitProcessor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |