| Package | Description |
|---|---|
| nl.basjes.parse.core |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Dissector.initializeNewInstance(Dissector newInstance)
This is called after instantiating the class that is actually in the parsetree.
|
protected void |
SimpleDissector.initializeNewInstance(Dissector newInstance) |
RECORD |
Parser.parse(RECORD record,
String value)
Parse the value and call all configured setters in the provided instance of RECORD.
|
RECORD |
Parser.parse(String value)
Parse the value and return a new instance of RECORD.
|
abstract void |
Dissector.prepareForRun()
The framework will tell the dissector that it should get ready to run.
|
void |
SimpleDissector.prepareForRun() |
void |
Dissector.setInputType(String s) |
Copyright © 2017. All rights reserved.