public class DataEntryNodeTransformer extends Object
Transforms DataEntry objects into DataEntryNode objects.
This class is part of the pre-processing / the parsing of the configuration.
| Constructor and Description |
|---|
DataEntryNodeTransformer()
Creates a transformer.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataEntryNode> |
transform(org.apache.maven.plugin.logging.Log log,
List<DataEntry> entries)
Transforms the list of
DataEntry objects into a list of
DataEntryNode objects. |
public DataEntryNodeTransformer()
Creates a transformer.
public List<DataEntryNode> transform(org.apache.maven.plugin.logging.Log log, List<DataEntry> entries) throws IOException, ParseException
Transforms the list of DataEntry objects into a list of
DataEntryNode objects.
log - The log.entries - The list of DataEntry objects.DataEntryNode objects.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.ParseException - If an error occurs during parsing.Copyright © 2015–2019. All rights reserved.