@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class DiffPerformerFactory
extends java.lang.Object
Constructor and Description |
---|
DiffPerformerFactory() |
Modifier and Type | Method and Description |
---|---|
static AuthorDifferencePerformer |
createAuthorDiffPerformer()
Create an Author difference performer.
|
static DifferencePerformer |
createDiffPerformer()
Create difference performer.
|
static void |
registerLicenseKey(java.io.Reader licenseReader)
The license key reader to the diff performer factory.
|
public static DifferencePerformer createDiffPerformer() throws DiffException
DiffException
- When it fails to create the diff performer.public static AuthorDifferencePerformer createAuthorDiffPerformer() 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.© Copyright Syncro Soft SRL 2002 - 2022. All rights reserved.