public interface BinaryControlBuilder
A builder which creates a BinaryControlBuilder based on the
configuration.
| Modifier and Type | Method and Description |
|---|---|
BinaryControl |
buildBinaryControl(org.apache.maven.plugin.logging.Log log,
ControlConfiguration config,
Size installedSize,
Context context)
Builds a control.
|
BinaryControl buildBinaryControl(org.apache.maven.plugin.logging.Log log, ControlConfiguration config, Size installedSize, Context context) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
Builds a control.
log - The logging.config - The configuration.installedSize - The calculated installed size.context - The context.IllegalArgumentException - If any of the parameters are null.org.apache.maven.plugin.MojoExecutionException - If a build error occurs.org.apache.maven.plugin.MojoFailureException - If an error occurs which fails the build.Copyright © 2015–2019. All rights reserved.