Package com.perforce.p4java.diff
Class Diff
java.lang.Object
com.perforce.p4java.diff.Diff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidDiffContext(int c) voidDiffFast()voidDiffHTML()voidDiffNorm()voidDiffRcs()voidvoidDiffUnified(int c) voidDiffWithFlags(DiffFlags flags) intbooleanvoidSetInput(RpcPerforceFile f1, Charset c1, RpcPerforceFile f2, Charset c2, DiffFlags flags) void
-
Constructor Details
-
Diff
public Diff()
-
-
Method Details
-
SetInput
public void SetInput(RpcPerforceFile f1, Charset c1, RpcPerforceFile f2, Charset c2, DiffFlags flags) throws FileEncoderException, IOException - Throws:
FileEncoderExceptionIOException
-
SetOutput
-
CloseOutput
- Throws:
IOException
-
DiffWithFlags
- Throws:
IOExceptionFileEncoderException
-
DiffContext
- Throws:
IOExceptionFileEncoderException
-
DiffUnified
- Throws:
IOExceptionFileEncoderException
-
DiffNorm
- Throws:
IOExceptionFileEncoderException
-
DiffRcs
- Throws:
IOExceptionFileEncoderException
-
DiffHTML
- Throws:
IOExceptionFileEncoderException
-
DiffSummary
public void DiffSummary() -
DiffFast
public void DiffFast() -
GetChunkCnt
public int GetChunkCnt() -
IsIdentical
public boolean IsIdentical()
-