public class ConfigFilesBuilderImpl extends Object implements ConfigFilesBuilder
A ConfigFilesBuilder implementation.
| Constructor and Description |
|---|
ConfigFilesBuilderImpl()
Creates a builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildConfigFiles(ConfigFiles configFiles,
DataTarget target)
Builds the configuration files into the target.
|
public void buildConfigFiles(ConfigFiles configFiles, DataTarget target) throws IOException, BuildException
ConfigFilesBuilderBuilds the configuration files into the target.
buildConfigFiles in interface ConfigFilesBuilderconfigFiles - The configuration files.target - The target.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.