Uses of Class
biz.gabrys.maven.plugin.util.parameter.ParametersLogBuilder.Container
-
Packages that use ParametersLogBuilder.Container Package Description biz.gabrys.maven.plugin.util.parameter Contains utilities to operate on Mojos and methods parameters. -
-
Uses of ParametersLogBuilder.Container in biz.gabrys.maven.plugin.util.parameter
Fields in biz.gabrys.maven.plugin.util.parameter with type parameters of type ParametersLogBuilder.Container Modifier and Type Field Description protected Map<String,ParametersLogBuilder.Container>
ParametersLogBuilder. parameters
Stores parameters names and associated containers.Methods in biz.gabrys.maven.plugin.util.parameter with parameters of type ParametersLogBuilder.Container Modifier and Type Method Description protected String
ParametersLogBuilder. createParameterValue(ParametersLogBuilder.Container container)
Creates a string representation of the parameter value.protected String
ParametersLogBuilder. createParemeterLine(String name, ParametersLogBuilder.Container container)
Creates a line for single parameter.Constructor parameters in biz.gabrys.maven.plugin.util.parameter with type arguments of type ParametersLogBuilder.Container Constructor Description ParametersLogBuilder(Map<String,ParametersLogBuilder.Container> parameters, Log logger)
Constructs a new object.
-