Package | Description |
---|---|
org.codehaus.mojo.jaxb2.shared.arguments |
Modifier and Type | Method and Description |
---|---|
ArgumentBuilder |
ArgumentBuilder.withFlag(boolean addFlag,
String flag)
Adds a flag on the form
-someflag to the list of arguments contained within this ArgumentBuilder. |
ArgumentBuilder |
ArgumentBuilder.withNamedArgument(boolean addNamedArgument,
String name,
String value)
Adds a name and an argument on the form
-name value to the list of arguments contained
within this ArgumentBuilder. |
ArgumentBuilder |
ArgumentBuilder.withNamedArgument(String name,
String value)
Convenience form for the
withNamedArgument method, where a named argument is only added
if the value is non-null and non-empty after trimming. |
ArgumentBuilder |
ArgumentBuilder.withPreCompiledArguments(List<String> preCompiledArguments)
Adds the supplied pre-compiled arguments in the same order as they were given.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.