Package software.amazon.smithy.cli
Class BuildParameterBuilder.Result
- java.lang.Object
- 
- software.amazon.smithy.cli.BuildParameterBuilder.Result
 
- 
- Enclosing class:
- BuildParameterBuilder
 
 public static final class BuildParameterBuilder.Result extends java.lang.ObjectResult class used to build source and projection JARs.
- 
- 
Field SummaryFields Modifier and Type Field Description java.util.List<java.lang.String>argsSmithy Build command line arguments.java.lang.StringclasspathSmithy build classpath string.java.lang.StringdiscoveryClasspathSmithy build discovery classpath string.java.util.Set<java.lang.String>sourcesThe set of source models, including computed sources used in the argument list.
 
- 
- 
- 
Field Detail- 
argspublic final java.util.List<java.lang.String> args Smithy Build command line arguments.This value can be explicitly mutated as needed. 
 - 
sourcespublic final java.util.Set<java.lang.String> sources The set of source models, including computed sources used in the argument list.This value can be explicitly mutated as needed. 
 - 
classpathpublic final java.lang.String classpath Smithy build classpath string.This is the classpath that should be used when invoking the CLI. The value is a colon (:) separate string. 
 - 
discoveryClasspathpublic final java.lang.String discoveryClasspath Smithy 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. 
 
- 
 
-