public interface DiffXFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
delete(DiffXEvent e)
Formats the specified deleted event.
|
void |
format(DiffXEvent e)
Formats the specified event.
|
void |
insert(DiffXEvent e)
Formats the specified inserted event.
|
void |
setConfig(DiffXConfig config)
Sets the configuration to use with this formatter.
|
void format(DiffXEvent e) throws IOException, IllegalStateException
e - The event to formatIOException - Should an I/O exception occurs while formatting.IllegalStateException - If the formatter is not in a state to run this method.void insert(DiffXEvent e) throws IOException, IllegalStateException
e - The event to formatIOException - Should an I/O exception occurs while formatting.IllegalStateException - If the formatter is not in a state to run this method.void delete(DiffXEvent e) throws IOException, IllegalStateException
e - The event to formatIOException - Should an I/O exception occurs while formatting.IllegalStateException - If the formatter is not in a state to run this method.void setConfig(DiffXConfig config)
config - The configuration to use.Copyright © 2007-2022. All Rights Reserved.