public interface DataConfigurationParser
A parser for the data configuration.
| Modifier and Type | Method and Description |
|---|---|
Size |
parseDataConfiguration(org.apache.maven.plugin.logging.Log log,
DataConfiguration configuration,
DebianPackageBuilder builder,
Context context)
Parses the configuration and adds the directories and files to the
builder.
|
Size parseDataConfiguration(org.apache.maven.plugin.logging.Log log, DataConfiguration configuration, DebianPackageBuilder builder, Context context) throws IOException, ParseException
Parses the configuration and adds the directories and files to the builder.
log - The log.configuration - The configuration.builder - The builder.context - The context.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.ParseException - If an error occurs while parsing.Copyright © 2015–2019. All rights reserved.