public interface ConfigFilesBuilder
A builder for the configuration files.
| Modifier and Type | Method and Description |
|---|---|
void |
buildConfigFiles(ConfigFiles configFiles,
DataTarget target)
Builds the configuration files into the target.
|
void buildConfigFiles(ConfigFiles configFiles, DataTarget target) throws IOException, BuildException
Builds the configuration files into the target.
configFiles - The configuration files.target - The target.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.