|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.diff.api.DiffPerformerFactory
public class DiffPerformerFactory
Factory used to create a difference performer, used to compare two resources using different algorithms and options.
Constructor Summary | |
---|---|
DiffPerformerFactory()
|
Method Summary | |
---|---|
static DifferencePerformer |
createDiffPerformer()
Create difference performer. |
static void |
registerLicenseKey(java.io.Reader licenseReader)
The license key reader to the diff performer factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiffPerformerFactory()
Method Detail |
---|
public static DifferencePerformer createDiffPerformer() throws DiffException
DiffException
- When it fails to create the diff performer.public static void registerLicenseKey(java.io.Reader licenseReader) throws DiffException
licenseReader
- The reader from where the license should be read.
DiffException
- Thrown if the license could not be read.
|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |