public static final class BuildParameterBuilder.Result
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
args
Smithy Build command line arguments.
|
java.lang.String |
classpath
Smithy build classpath string.
|
java.lang.String |
discoveryClasspath
Smithy build discovery classpath string.
|
java.util.Set<java.lang.String> |
sources
The set of source models, including computed sources used in the argument list.
|
public final java.util.List<java.lang.String> args
This value can be explicitly mutated as needed.
public final java.util.Set<java.lang.String> sources
This value can be explicitly mutated as needed.
public final java.lang.String classpath
This is the classpath that should be used when invoking the CLI. The value is a colon (:) separate string.
public final java.lang.String discoveryClasspath
This is the classpath that is also specified in the arguments list and is used for model discovery. The value is a colon (:) separate string.