Package software.amazon.smithy.cli
Class BuildParameterBuilder.Result
java.lang.Object
software.amazon.smithy.cli.BuildParameterBuilder.Result
- Enclosing class:
- BuildParameterBuilder
Result class used to build source and projection JARs.
- 
Field Details- 
argsSmithy Build command line arguments.This value can be explicitly mutated as needed. 
- 
sourcesThe set of source models, including computed sources used in the argument list.This value can be explicitly mutated as needed. 
- 
classpathSmithy build classpath string.This is the classpath that should be used when invoking the CLI. The value is a colon (:) separate string. 
- 
discoveryClasspathSmithy build discovery classpath string.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. 
 
-