| Package | Description |
|---|---|
| nl.basjes.parse.core |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Parser.getPossiblePaths()
This method is for use by the developer to query the parser about
the possible paths that may be extracted.
|
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.
|
Copyright © 2015. All Rights Reserved.