Package | Description |
---|---|
net.sourceforge.javadpkg.plugin.cfg |
Contains the interfaces and classes for the configuration.
|
net.sourceforge.javadpkg.plugin.impl |
The implementations of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
List<DataEntry> |
DataConfiguration.getEntries()
Returns the entries.
|
Modifier and Type | Method and Description |
---|---|
void |
DataConfiguration.setEntries(List<DataEntry> entries)
Sets the entries.
|
Modifier and Type | Method and Description |
---|---|
List<DataEntryNode> |
DataEntryNodeTransformer.transform(org.apache.maven.plugin.logging.Log log,
List<DataEntry> entries)
Transforms the list of
DataEntry objects into a list of
DataEntryNode objects. |
Copyright © 2015–2019. All rights reserved.