@NotThreadSafe public static final class GroovyLibraryDescriptionArg.Builder extends Object
GroovyLibraryDescriptionArg
.
Initialize attributes and then invoke the build()
method to create an
immutable instance.
Builder
is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
public final GroovyLibraryDescriptionArg.Builder from(HasDeclaredDeps instance)
com.facebook.buck.core.description.arg.HasDeclaredDeps
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(HasProvidedDeps instance)
com.facebook.buck.core.description.arg.HasProvidedDeps
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(JavaLibraryDescription.CoreArg instance)
com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(HasTests instance)
com.facebook.buck.core.description.arg.HasTests
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(JvmLibraryArg instance)
com.facebook.buck.jvm.java.JvmLibraryArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(GroovyLibraryDescription.CoreArg instance)
com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(BuildRuleArg instance)
com.facebook.buck.core.description.arg.BuildRuleArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(HasSrcs instance)
com.facebook.buck.core.description.arg.HasSrcs
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(ConstructorArg instance)
com.facebook.buck.core.description.arg.ConstructorArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(MaybeRequiredForSourceOnlyAbiArg instance)
com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(GroovyLibraryDescriptionArg instance)
GroovyLibraryDescriptionArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder from(com.facebook.buck.jvm.groovy.GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg instance)
AbstractGroovyLibraryDescriptionArg
instance into builder.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExtraGroovycArguments(String element)
extraGroovycArguments
list.element
- A extraGroovycArguments elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExtraGroovycArguments(String... elements)
extraGroovycArguments
list.elements
- An array of extraGroovycArguments elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setExtraGroovycArguments(Iterable<String> elements)
extraGroovycArguments
list.elements
- An iterable of extraGroovycArguments elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllExtraGroovycArguments(Iterable<String> elements)
extraGroovycArguments
list.elements
- An iterable of extraGroovycArguments elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addResources(SourcePath element)
resources
sortedSet.element
- A resources elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addResources(SourcePath... elements)
resources
sortedSet.elements
- An array of resources elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setResources(Iterable<? extends SourcePath> elements)
resources
sortedSet.elements
- An iterable of resources elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllResources(Iterable<? extends SourcePath> elements)
resources
sortedSet.elements
- An iterable of resources elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setProguardConfig(SourcePath proguardConfig)
proguardConfig
to proguardConfig.proguardConfig
- The value for proguardConfigthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setProguardConfig(Optional<? extends SourcePath> proguardConfig)
proguardConfig
to proguardConfig.proguardConfig
- The value for proguardConfigthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addPostprocessClassesCommands(String element)
postprocessClassesCommands
list.element
- A postprocessClassesCommands elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addPostprocessClassesCommands(String... elements)
postprocessClassesCommands
list.elements
- An array of postprocessClassesCommands elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setPostprocessClassesCommands(Iterable<String> elements)
postprocessClassesCommands
list.elements
- An iterable of postprocessClassesCommands elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllPostprocessClassesCommands(Iterable<String> elements)
postprocessClassesCommands
list.elements
- An iterable of postprocessClassesCommands elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setResourcesRoot(Path resourcesRoot)
resourcesRoot
to resourcesRoot.resourcesRoot
- The value for resourcesRootthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setResourcesRoot(Optional<? extends Path> resourcesRoot)
resourcesRoot
to resourcesRoot.resourcesRoot
- The value for resourcesRootthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setUnbundledResourcesRoot(SourcePath unbundledResourcesRoot)
unbundledResourcesRoot
to unbundledResourcesRoot.unbundledResourcesRoot
- The value for unbundledResourcesRootthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setUnbundledResourcesRoot(Optional<? extends SourcePath> unbundledResourcesRoot)
unbundledResourcesRoot
to unbundledResourcesRoot.unbundledResourcesRoot
- The value for unbundledResourcesRootthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setManifestFile(SourcePath manifestFile)
manifestFile
to manifestFile.manifestFile
- The value for manifestFilethis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setManifestFile(Optional<? extends SourcePath> manifestFile)
manifestFile
to manifestFile.manifestFile
- The value for manifestFilethis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setMavenCoords(String mavenCoords)
mavenCoords
to mavenCoords.mavenCoords
- The value for mavenCoordsthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setMavenCoords(Optional<String> mavenCoords)
mavenCoords
to mavenCoords.mavenCoords
- The value for mavenCoordsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setMavenPomTemplate(SourcePath mavenPomTemplate)
mavenPomTemplate
to mavenPomTemplate.mavenPomTemplate
- The value for mavenPomTemplatethis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setMavenPomTemplate(Optional<? extends SourcePath> mavenPomTemplate)
mavenPomTemplate
to mavenPomTemplate.mavenPomTemplate
- The value for mavenPomTemplatethis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExportedDeps(BuildTarget element)
exportedDeps
sortedSet.element
- A exportedDeps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExportedDeps(BuildTarget... elements)
exportedDeps
sortedSet.elements
- An array of exportedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setExportedDeps(Iterable<? extends BuildTarget> elements)
exportedDeps
sortedSet.elements
- An iterable of exportedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllExportedDeps(Iterable<? extends BuildTarget> elements)
exportedDeps
sortedSet.elements
- An iterable of exportedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addSourceOnlyAbiDeps(BuildTarget element)
sourceOnlyAbiDeps
sortedSet.element
- A sourceOnlyAbiDeps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addSourceOnlyAbiDeps(BuildTarget... elements)
sourceOnlyAbiDeps
sortedSet.elements
- An array of sourceOnlyAbiDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setSourceOnlyAbiDeps(Iterable<? extends BuildTarget> elements)
sourceOnlyAbiDeps
sortedSet.elements
- An iterable of sourceOnlyAbiDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget> elements)
sourceOnlyAbiDeps
sortedSet.elements
- An iterable of sourceOnlyAbiDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addRuntimeDeps(BuildTarget element)
runtimeDeps
sortedSet.element
- A runtimeDeps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addRuntimeDeps(BuildTarget... elements)
runtimeDeps
sortedSet.elements
- An array of runtimeDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setRuntimeDeps(Iterable<? extends BuildTarget> elements)
runtimeDeps
sortedSet.elements
- An iterable of runtimeDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllRuntimeDeps(Iterable<? extends BuildTarget> elements)
runtimeDeps
sortedSet.elements
- An iterable of runtimeDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setSource(String source)
source
to source.source
- The value for sourcethis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setSource(Optional<String> source)
source
to source.source
- The value for sourcethis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setTarget(String target)
target
to target.target
- The value for targetthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setTarget(Optional<String> target)
target
to target.target
- The value for targetthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavaVersion(String javaVersion)
javaVersion
to javaVersion.javaVersion
- The value for javaVersionthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavaVersion(Optional<String> javaVersion)
javaVersion
to javaVersion.javaVersion
- The value for javaVersionthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavac(SourcePath javac)
javac
to javac.javac
- The value for javacthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavac(Optional<? extends SourcePath> javac)
javac
to javac.javac
- The value for javacthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavacJar(SourcePath javacJar)
javacJar
to javacJar.javacJar
- The value for javacJarthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavacJar(Optional<? extends SourcePath> javacJar)
javacJar
to javacJar.javacJar
- The value for javacJarthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompilerClassName(String compilerClassName)
compilerClassName
to compilerClassName.compilerClassName
- The value for compilerClassNamethis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompilerClassName(Optional<String> compilerClassName)
compilerClassName
to compilerClassName.compilerClassName
- The value for compilerClassNamethis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompiler(Either<BuiltInJavac,SourcePath> compiler)
compiler
to compiler.compiler
- The value for compilerthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompiler(Optional<? extends Either<BuiltInJavac,SourcePath>> compiler)
compiler
to compiler.compiler
- The value for compilerthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExtraArguments(String element)
extraArguments
list.element
- A extraArguments elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExtraArguments(String... elements)
extraArguments
list.elements
- An array of extraArguments elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setExtraArguments(Iterable<String> elements)
extraArguments
list.elements
- An iterable of extraArguments elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllExtraArguments(Iterable<String> elements)
extraArguments
list.elements
- An iterable of extraArguments elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addRemoveClasses(Pattern element)
removeClasses
set.element
- A removeClasses elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addRemoveClasses(Pattern... elements)
removeClasses
set.elements
- An array of removeClasses elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setRemoveClasses(Iterable<? extends Pattern> elements)
removeClasses
set.elements
- An iterable of removeClasses elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllRemoveClasses(Iterable<? extends Pattern> elements)
removeClasses
set.elements
- An iterable of removeClasses elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAnnotationProcessorDeps(BuildTarget element)
annotationProcessorDeps
sortedSet.element
- A annotationProcessorDeps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAnnotationProcessorDeps(BuildTarget... elements)
annotationProcessorDeps
sortedSet.elements
- An array of annotationProcessorDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setAnnotationProcessorDeps(Iterable<? extends BuildTarget> elements)
annotationProcessorDeps
sortedSet.elements
- An iterable of annotationProcessorDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget> elements)
annotationProcessorDeps
sortedSet.elements
- An iterable of annotationProcessorDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAnnotationProcessorParams(String element)
annotationProcessorParams
list.element
- A annotationProcessorParams elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAnnotationProcessorParams(String... elements)
annotationProcessorParams
list.elements
- An array of annotationProcessorParams elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setAnnotationProcessorParams(Iterable<String> elements)
annotationProcessorParams
list.elements
- An iterable of annotationProcessorParams elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllAnnotationProcessorParams(Iterable<String> elements)
annotationProcessorParams
list.elements
- An iterable of annotationProcessorParams elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addJavaPluginParams(String element)
javaPluginParams
list.element
- A javaPluginParams elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addJavaPluginParams(String... elements)
javaPluginParams
list.elements
- An array of javaPluginParams elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setJavaPluginParams(Iterable<String> elements)
javaPluginParams
list.elements
- An iterable of javaPluginParams elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllJavaPluginParams(Iterable<String> elements)
javaPluginParams
list.elements
- An iterable of javaPluginParams elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAnnotationProcessors(String element)
annotationProcessors
set.element
- A annotationProcessors elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAnnotationProcessors(String... elements)
annotationProcessors
set.elements
- An array of annotationProcessors elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setAnnotationProcessors(Iterable<String> elements)
annotationProcessors
set.elements
- An iterable of annotationProcessors elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllAnnotationProcessors(Iterable<String> elements)
annotationProcessors
set.elements
- An iterable of annotationProcessors elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setAnnotationProcessorOnly(boolean annotationProcessorOnly)
annotationProcessorOnly
to annotationProcessorOnly.annotationProcessorOnly
- The value for annotationProcessorOnlythis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setAnnotationProcessorOnly(Optional<Boolean> annotationProcessorOnly)
annotationProcessorOnly
to annotationProcessorOnly.annotationProcessorOnly
- The value for annotationProcessorOnlythis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addPlugins(BuildTarget element)
plugins
list.element
- A plugins elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addPlugins(BuildTarget... elements)
plugins
list.elements
- An array of plugins elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setPlugins(Iterable<? extends BuildTarget> elements)
plugins
list.elements
- An iterable of plugins elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllPlugins(Iterable<? extends BuildTarget> elements)
plugins
list.elements
- An iterable of plugins elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompileAgainst(CompileAgainstLibraryType compileAgainst)
compileAgainst
to compileAgainst.compileAgainst
- The value for compileAgainstthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompileAgainst(Optional<? extends CompileAgainstLibraryType> compileAgainst)
compileAgainst
to compileAgainst.compileAgainst
- The value for compileAgainstthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setSourceAbiVerificationMode(JavaBuckConfig.SourceAbiVerificationMode sourceAbiVerificationMode)
sourceAbiVerificationMode
to sourceAbiVerificationMode.sourceAbiVerificationMode
- The value for sourceAbiVerificationModethis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setSourceAbiVerificationMode(Optional<? extends JavaBuckConfig.SourceAbiVerificationMode> sourceAbiVerificationMode)
sourceAbiVerificationMode
to sourceAbiVerificationMode.sourceAbiVerificationMode
- The value for sourceAbiVerificationModethis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setOnUnusedDependencies(JavaBuckConfig.UnusedDependenciesAction onUnusedDependencies)
onUnusedDependencies
to onUnusedDependencies.onUnusedDependencies
- The value for onUnusedDependenciesthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setOnUnusedDependencies(Optional<? extends JavaBuckConfig.UnusedDependenciesAction> onUnusedDependencies)
onUnusedDependencies
to onUnusedDependencies.onUnusedDependencies
- The value for onUnusedDependenciesthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setNeverMarkAsUnusedDependency(boolean neverMarkAsUnusedDependency)
neverMarkAsUnusedDependency
to neverMarkAsUnusedDependency.neverMarkAsUnusedDependency
- The value for neverMarkAsUnusedDependencythis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setNeverMarkAsUnusedDependency(Optional<Boolean> neverMarkAsUnusedDependency)
neverMarkAsUnusedDependency
to neverMarkAsUnusedDependency.neverMarkAsUnusedDependency
- The value for neverMarkAsUnusedDependencythis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addLicenses(SourcePath element)
licenses
set.element
- A licenses elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addLicenses(SourcePath... elements)
licenses
set.elements
- An array of licenses elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setLicenses(Iterable<? extends SourcePath> elements)
licenses
set.elements
- An iterable of licenses elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllLicenses(Iterable<? extends SourcePath> elements)
licenses
set.elements
- An iterable of licenses elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addLabels(String element)
labels
sortedSet.element
- A labels elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addLabels(String... elements)
labels
sortedSet.elements
- An array of labels elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setLabels(Iterable<String> elements)
labels
sortedSet.elements
- An iterable of labels elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllLabels(Iterable<String> elements)
labels
sortedSet.elements
- An iterable of labels elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setDefaultTargetPlatform(UnconfiguredBuildTarget defaultTargetPlatform)
defaultTargetPlatform
to defaultTargetPlatform.defaultTargetPlatform
- The value for defaultTargetPlatformthis
builder for chained invocationpublic final GroovyLibraryDescriptionArg.Builder setDefaultTargetPlatform(Optional<? extends UnconfiguredBuildTarget> defaultTargetPlatform)
defaultTargetPlatform
to defaultTargetPlatform.defaultTargetPlatform
- The value for defaultTargetPlatformthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addCompatibleWith(UnconfiguredBuildTarget element)
compatibleWith
list.element
- A compatibleWith elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addCompatibleWith(UnconfiguredBuildTarget... elements)
compatibleWith
list.elements
- An array of compatibleWith elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setCompatibleWith(Iterable<? extends UnconfiguredBuildTarget> elements)
compatibleWith
list.elements
- An iterable of compatibleWith elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget> elements)
compatibleWith
list.elements
- An iterable of compatibleWith elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setName(String name)
name
attribute.name
- The value for namethis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setRequiredForSourceOnlyAbi(boolean requiredForSourceOnlyAbi)
requiredForSourceOnlyAbi
attribute.
If not set, this attribute will have a default value as returned by the initializer of requiredForSourceOnlyAbi
.
requiredForSourceOnlyAbi
- The value for requiredForSourceOnlyAbithis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addDeps(BuildTarget element)
deps
sortedSet.element
- A deps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addDeps(BuildTarget... elements)
deps
sortedSet.elements
- An array of deps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setDeps(Iterable<? extends BuildTarget> elements)
deps
sortedSet.elements
- An iterable of deps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllDeps(Iterable<? extends BuildTarget> elements)
deps
sortedSet.elements
- An iterable of deps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addProvidedDeps(BuildTarget element)
providedDeps
sortedSet.element
- A providedDeps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addProvidedDeps(BuildTarget... elements)
providedDeps
sortedSet.elements
- An array of providedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setProvidedDeps(Iterable<? extends BuildTarget> elements)
providedDeps
sortedSet.elements
- An iterable of providedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllProvidedDeps(Iterable<? extends BuildTarget> elements)
providedDeps
sortedSet.elements
- An iterable of providedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExportedProvidedDeps(BuildTarget element)
exportedProvidedDeps
sortedSet.element
- A exportedProvidedDeps elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addExportedProvidedDeps(BuildTarget... elements)
exportedProvidedDeps
sortedSet.elements
- An array of exportedProvidedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setExportedProvidedDeps(Iterable<? extends BuildTarget> elements)
exportedProvidedDeps
sortedSet.elements
- An iterable of exportedProvidedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllExportedProvidedDeps(Iterable<? extends BuildTarget> elements)
exportedProvidedDeps
sortedSet.elements
- An iterable of exportedProvidedDeps elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addSrcs(SourcePath element)
srcs
sortedSet.element
- A srcs elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addSrcs(SourcePath... elements)
srcs
sortedSet.elements
- An array of srcs elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setSrcs(Iterable<? extends SourcePath> elements)
srcs
sortedSet.elements
- An iterable of srcs elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllSrcs(Iterable<? extends SourcePath> elements)
srcs
sortedSet.elements
- An iterable of srcs elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addTests(BuildTarget element)
tests
sortedSet.element
- A tests elementthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addTests(BuildTarget... elements)
tests
sortedSet.elements
- An array of tests elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder setTests(Iterable<? extends BuildTarget> elements)
tests
sortedSet.elements
- An iterable of tests elementsthis
builder for use in a chained invocationpublic final GroovyLibraryDescriptionArg.Builder addAllTests(Iterable<? extends BuildTarget> elements)
tests
sortedSet.elements
- An iterable of tests elementsthis
builder for use in a chained invocationpublic GroovyLibraryDescriptionArg build()
GroovyLibraryDescriptionArg
.IllegalStateException
- if any required attributes are missing