Uses of Class
org.codehaus.mojo.jaxb2.shared.arguments.ArgumentBuilder
Packages that use ArgumentBuilder
-
Uses of ArgumentBuilder in org.codehaus.mojo.jaxb2.shared.arguments
Methods in org.codehaus.mojo.jaxb2.shared.arguments that return ArgumentBuilderModifier and TypeMethodDescriptionAdds a flag on the form-someflagto the list of arguments contained within this ArgumentBuilder.ArgumentBuilder.withNamedArgument(boolean addNamedArgument, String name, String value) Adds a name and an argument on the form-name valueto the list of arguments contained within this ArgumentBuilder.ArgumentBuilder.withNamedArgument(String name, String value) Convenience form for thewithNamedArgumentmethod, where a named argument is only added if the value is non-null and non-empty after trimming.ArgumentBuilder.withPreCompiledArguments(List<String> preCompiledArguments) Adds the supplied pre-compiled arguments in the same order as they were given.ArgumentBuilder.withPrefixedArguments(String prefix, List<String> values) Adds the supplied prefixed arguments in the same order as they were given.