@NotThreadSafe public static final class HalideLibraryDescriptionArg.Builder extends Object
HalideLibraryDescriptionArg
.
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 HalideLibraryDescriptionArg.Builder from(HasVersionUniverse instance)
com.facebook.buck.versions.HasVersionUniverse
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder from(HalideLibraryDescriptionArg instance)
HalideLibraryDescriptionArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder from(com.facebook.buck.features.halide.HalideLibraryDescription.AbstractHalideLibraryDescriptionArg instance)
AbstractHalideLibraryDescriptionArg
instance into builder.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.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 HalideLibraryDescriptionArg.Builder from(CxxConstructorArg instance)
com.facebook.buck.cxx.CxxConstructorArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.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 HalideLibraryDescriptionArg.Builder from(CxxBinaryDescription.CommonArg instance)
com.facebook.buck.cxx.CxxBinaryDescription.CommonArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder from(HasDepsQuery instance)
com.facebook.buck.core.description.arg.HasDepsQuery
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder from(HasDefaultPlatform instance)
com.facebook.buck.core.description.arg.HasDefaultPlatform
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder from(HasSystemFrameworkAndLibraries instance)
com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.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 HalideLibraryDescriptionArg.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 HalideLibraryDescriptionArg.Builder from(LinkableCxxConstructorArg instance)
com.facebook.buck.cxx.LinkableCxxConstructorArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompilerDeps(BuildTarget element)
compilerDeps
sortedSet.element
- A compilerDeps elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompilerDeps(BuildTarget... elements)
compilerDeps
sortedSet.elements
- An array of compilerDeps elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setCompilerDeps(Iterable<? extends BuildTarget> elements)
compilerDeps
sortedSet.elements
- An iterable of compilerDeps elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllCompilerDeps(Iterable<? extends BuildTarget> elements)
compilerDeps
sortedSet.elements
- An iterable of compilerDeps elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putConfigs(String key, com.google.common.collect.ImmutableMap<String,String> value)
configs
map.key
- The key in the configs mapvalue
- The associated value in the configs mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putConfigs(Map.Entry<String,? extends com.google.common.collect.ImmutableMap<String,String>> entry)
configs
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setConfigs(Map<String,? extends com.google.common.collect.ImmutableMap<String,String>> entries)
configs
map. Nulls are not permittedentries
- The entries that will be added to the configs mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putAllConfigs(Map<String,? extends com.google.common.collect.ImmutableMap<String,String>> entries)
configs
map. Nulls are not permittedentries
- The entries that will be added to the configs mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setSupportedPlatformsRegex(Pattern supportedPlatformsRegex)
supportedPlatformsRegex
to supportedPlatformsRegex.supportedPlatformsRegex
- The value for supportedPlatformsRegexthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setSupportedPlatformsRegex(Optional<? extends Pattern> supportedPlatformsRegex)
supportedPlatformsRegex
to supportedPlatformsRegex.supportedPlatformsRegex
- The value for supportedPlatformsRegexthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompilerInvocationFlags(String element)
compilerInvocationFlags
list.element
- A compilerInvocationFlags elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompilerInvocationFlags(String... elements)
compilerInvocationFlags
list.elements
- An array of compilerInvocationFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setCompilerInvocationFlags(Iterable<String> elements)
compilerInvocationFlags
list.elements
- An iterable of compilerInvocationFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllCompilerInvocationFlags(Iterable<String> elements)
compilerInvocationFlags
list.elements
- An iterable of compilerInvocationFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setFunctionName(String functionName)
functionName
to functionName.functionName
- The value for functionNamethis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setFunctionName(Optional<String> functionName)
functionName
to functionName.functionName
- The value for functionNamethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkDepsQueryWhole(boolean linkDepsQueryWhole)
linkDepsQueryWhole
attribute.
If not set, this attribute will have a default value as returned by the initializer of linkDepsQueryWhole
.
linkDepsQueryWhole
- The value for linkDepsQueryWholethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setFatLto(boolean fatLto)
fatLto
attribute.
If not set, this attribute will have a default value as returned by the initializer of fatLto
.
fatLto
- The value for fatLtothis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkGroup(String linkGroup)
linkGroup
to linkGroup.linkGroup
- The value for linkGroupthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkGroup(Optional<String> linkGroup)
linkGroup
to linkGroup.linkGroup
- The value for linkGroupthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkGroupMap(com.google.common.collect.ImmutableList<CxxLinkGroupMapping> linkGroupMap)
linkGroupMap
to linkGroupMap.linkGroupMap
- The value for linkGroupMapthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkGroupMap(Optional<? extends com.google.common.collect.ImmutableList<CxxLinkGroupMapping>> linkGroupMap)
linkGroupMap
to linkGroupMap.linkGroupMap
- The value for linkGroupMapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkStyle(Linker.LinkableDepType linkStyle)
linkStyle
to linkStyle.linkStyle
- The value for linkStylethis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkStyle(Optional<? extends Linker.LinkableDepType> linkStyle)
linkStyle
to linkStyle.linkStyle
- The value for linkStylethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setThinLto(boolean thinLto)
thinLto
attribute.
If not set, this attribute will have a default value as returned by the initializer of thinLto
.
thinLto
- The value for thinLtothis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompilerFlags(StringWithMacros element)
compilerFlags
list.element
- A compilerFlags elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompilerFlags(StringWithMacros... elements)
compilerFlags
list.elements
- An array of compilerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setCompilerFlags(Iterable<? extends StringWithMacros> elements)
compilerFlags
list.elements
- An iterable of compilerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllCompilerFlags(Iterable<? extends StringWithMacros> elements)
compilerFlags
list.elements
- An iterable of compilerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setCxxRuntimeType(Linker.CxxRuntimeType cxxRuntimeType)
cxxRuntimeType
to cxxRuntimeType.cxxRuntimeType
- The value for cxxRuntimeTypethis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType> cxxRuntimeType)
cxxRuntimeType
to cxxRuntimeType.cxxRuntimeType
- The value for cxxRuntimeTypethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putDefaults(String key, Flavor value)
defaults
map.key
- The key in the defaults mapvalue
- The associated value in the defaults mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putDefaults(Map.Entry<String,? extends Flavor> entry)
defaults
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setDefaults(Map<String,? extends Flavor> entries)
defaults
map. Nulls are not permittedentries
- The entries that will be added to the defaults mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putAllDefaults(Map<String,? extends Flavor> entries)
defaults
map. Nulls are not permittedentries
- The entries that will be added to the defaults mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setExecutableName(String executableName)
executableName
to executableName.executableName
- The value for executableNamethis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setExecutableName(Optional<String> executableName)
executableName
to executableName.executableName
- The value for executableNamethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setHeaderNamespace(String headerNamespace)
headerNamespace
to headerNamespace.headerNamespace
- The value for headerNamespacethis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setHeaderNamespace(Optional<String> headerNamespace)
headerNamespace
to headerNamespace.headerNamespace
- The value for headerNamespacethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setHeaders(SourceSortedSet headers)
headers
attribute.
If not set, this attribute will have a default value as returned by the initializer of headers
.
headers
- The value for headersthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setIncludeDirectories(com.google.common.collect.ImmutableSortedSet<String> includeDirectories)
includeDirectories
attribute.
If not set, this attribute will have a default value as returned by the initializer of includeDirectories
.
includeDirectories
- The value for includeDirectoriesthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangCompilerFlags(CxxSource.Type key, com.google.common.collect.ImmutableList<StringWithMacros> value)
langCompilerFlags
map.key
- The key in the langCompilerFlags mapvalue
- The associated value in the langCompilerFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangCompilerFlags(Map.Entry<CxxSource.Type,? extends com.google.common.collect.ImmutableList<StringWithMacros>> entry)
langCompilerFlags
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLangCompilerFlags(Map<CxxSource.Type,? extends com.google.common.collect.ImmutableList<StringWithMacros>> entries)
langCompilerFlags
map. Nulls are not permittedentries
- The entries that will be added to the langCompilerFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putAllLangCompilerFlags(Map<CxxSource.Type,? extends com.google.common.collect.ImmutableList<StringWithMacros>> entries)
langCompilerFlags
map. Nulls are not permittedentries
- The entries that will be added to the langCompilerFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangPlatformCompilerFlags(CxxSource.Type key, PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>> value)
langPlatformCompilerFlags
map.key
- The key in the langPlatformCompilerFlags mapvalue
- The associated value in the langPlatformCompilerFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangPlatformCompilerFlags(Map.Entry<CxxSource.Type,? extends PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>>> entry)
langPlatformCompilerFlags
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLangPlatformCompilerFlags(Map<CxxSource.Type,? extends PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>>> entries)
langPlatformCompilerFlags
map. Nulls are not permittedentries
- The entries that will be added to the langPlatformCompilerFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putAllLangPlatformCompilerFlags(Map<CxxSource.Type,? extends PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>>> entries)
langPlatformCompilerFlags
map. Nulls are not permittedentries
- The entries that will be added to the langPlatformCompilerFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangPlatformPreprocessorFlags(CxxSource.Type key, PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>> value)
langPlatformPreprocessorFlags
map.key
- The key in the langPlatformPreprocessorFlags mapvalue
- The associated value in the langPlatformPreprocessorFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangPlatformPreprocessorFlags(Map.Entry<CxxSource.Type,? extends PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>>> entry)
langPlatformPreprocessorFlags
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLangPlatformPreprocessorFlags(Map<CxxSource.Type,? extends PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>>> entries)
langPlatformPreprocessorFlags
map. Nulls are not permittedentries
- The entries that will be added to the langPlatformPreprocessorFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putAllLangPlatformPreprocessorFlags(Map<CxxSource.Type,? extends PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>>> entries)
langPlatformPreprocessorFlags
map. Nulls are not permittedentries
- The entries that will be added to the langPlatformPreprocessorFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangPreprocessorFlags(CxxSource.Type key, com.google.common.collect.ImmutableList<StringWithMacros> value)
langPreprocessorFlags
map.key
- The key in the langPreprocessorFlags mapvalue
- The associated value in the langPreprocessorFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putLangPreprocessorFlags(Map.Entry<CxxSource.Type,? extends com.google.common.collect.ImmutableList<StringWithMacros>> entry)
langPreprocessorFlags
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLangPreprocessorFlags(Map<CxxSource.Type,? extends com.google.common.collect.ImmutableList<StringWithMacros>> entries)
langPreprocessorFlags
map. Nulls are not permittedentries
- The entries that will be added to the langPreprocessorFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder putAllLangPreprocessorFlags(Map<CxxSource.Type,? extends com.google.common.collect.ImmutableList<StringWithMacros>> entries)
langPreprocessorFlags
map. Nulls are not permittedentries
- The entries that will be added to the langPreprocessorFlags mapthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLinkerExtraOutputs(String element)
linkerExtraOutputs
list.element
- A linkerExtraOutputs elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLinkerExtraOutputs(String... elements)
linkerExtraOutputs
list.elements
- An array of linkerExtraOutputs elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkerExtraOutputs(Iterable<String> elements)
linkerExtraOutputs
list.elements
- An iterable of linkerExtraOutputs elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllLinkerExtraOutputs(Iterable<String> elements)
linkerExtraOutputs
list.elements
- An iterable of linkerExtraOutputs elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLinkerFlags(StringWithMacros element)
linkerFlags
list.element
- A linkerFlags elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLinkerFlags(StringWithMacros... elements)
linkerFlags
list.elements
- An array of linkerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLinkerFlags(Iterable<? extends StringWithMacros> elements)
linkerFlags
list.elements
- An iterable of linkerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllLinkerFlags(Iterable<? extends StringWithMacros> elements)
linkerFlags
list.elements
- An iterable of linkerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPlatformCompilerFlags(PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>> platformCompilerFlags)
platformCompilerFlags
attribute.
If not set, this attribute will have a default value as returned by the initializer of platformCompilerFlags
.
platformCompilerFlags
- The value for platformCompilerFlagsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPlatformDeps(PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> platformDeps)
platformDeps
attribute.
If not set, this attribute will have a default value as returned by the initializer of platformDeps
.
platformDeps
- The value for platformDepsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPlatformHeaders(PatternMatchedCollection<SourceSortedSet> platformHeaders)
platformHeaders
attribute.
If not set, this attribute will have a default value as returned by the initializer of platformHeaders
.
platformHeaders
- The value for platformHeadersthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPlatformLinkerFlags(PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>> platformLinkerFlags)
platformLinkerFlags
attribute.
If not set, this attribute will have a default value as returned by the initializer of platformLinkerFlags
.
platformLinkerFlags
- The value for platformLinkerFlagsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPlatformPreprocessorFlags(PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>> platformPreprocessorFlags)
platformPreprocessorFlags
attribute.
If not set, this attribute will have a default value as returned by the initializer of platformPreprocessorFlags
.
platformPreprocessorFlags
- The value for platformPreprocessorFlagsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPlatformSrcs(PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<SourceWithFlags>> platformSrcs)
platformSrcs
attribute.
If not set, this attribute will have a default value as returned by the initializer of platformSrcs
.
platformSrcs
- The value for platformSrcsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addPostLinkerFlags(StringWithMacros element)
postLinkerFlags
list.element
- A postLinkerFlags elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addPostLinkerFlags(StringWithMacros... elements)
postLinkerFlags
list.elements
- An array of postLinkerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPostLinkerFlags(Iterable<? extends StringWithMacros> elements)
postLinkerFlags
list.elements
- An iterable of postLinkerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllPostLinkerFlags(Iterable<? extends StringWithMacros> elements)
postLinkerFlags
list.elements
- An iterable of postLinkerFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPostPlatformLinkerFlags(PatternMatchedCollection<com.google.common.collect.ImmutableList<StringWithMacros>> postPlatformLinkerFlags)
postPlatformLinkerFlags
attribute.
If not set, this attribute will have a default value as returned by the initializer of postPlatformLinkerFlags
.
postPlatformLinkerFlags
- The value for postPlatformLinkerFlagsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPrecompiledHeader(SourcePath precompiledHeader)
precompiledHeader
to precompiledHeader.precompiledHeader
- The value for precompiledHeaderthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setPrecompiledHeader(Optional<? extends SourcePath> precompiledHeader)
precompiledHeader
to precompiledHeader.precompiledHeader
- The value for precompiledHeaderthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPrefixHeader(SourcePath prefixHeader)
prefixHeader
to prefixHeader.prefixHeader
- The value for prefixHeaderthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setPrefixHeader(Optional<? extends SourcePath> prefixHeader)
prefixHeader
to prefixHeader.prefixHeader
- The value for prefixHeaderthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addPreprocessorFlags(StringWithMacros element)
preprocessorFlags
list.element
- A preprocessorFlags elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addPreprocessorFlags(StringWithMacros... elements)
preprocessorFlags
list.elements
- An array of preprocessorFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setPreprocessorFlags(Iterable<? extends StringWithMacros> elements)
preprocessorFlags
list.elements
- An iterable of preprocessorFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllPreprocessorFlags(Iterable<? extends StringWithMacros> elements)
preprocessorFlags
list.elements
- An iterable of preprocessorFlags elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setRawHeaders(com.google.common.collect.ImmutableSortedSet<SourcePath> rawHeaders)
rawHeaders
attribute.
If not set, this attribute will have a default value as returned by the initializer of rawHeaders
.
rawHeaders
- The value for rawHeadersthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addSrcs(SourceWithFlags element)
srcs
sortedSet.element
- A srcs elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addSrcs(SourceWithFlags... elements)
srcs
sortedSet.elements
- An array of srcs elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setSrcs(Iterable<? extends SourceWithFlags> elements)
srcs
sortedSet.elements
- An iterable of srcs elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllSrcs(Iterable<? extends SourceWithFlags> elements)
srcs
sortedSet.elements
- An iterable of srcs elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompatibleWith(UnconfiguredBuildTarget element)
compatibleWith
list.element
- A compatibleWith elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addCompatibleWith(UnconfiguredBuildTarget... elements)
compatibleWith
list.elements
- An array of compatibleWith elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setCompatibleWith(Iterable<? extends UnconfiguredBuildTarget> elements)
compatibleWith
list.elements
- An iterable of compatibleWith elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget> elements)
compatibleWith
list.elements
- An iterable of compatibleWith elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setDefaultTargetPlatform(UnconfiguredBuildTarget defaultTargetPlatform)
defaultTargetPlatform
to defaultTargetPlatform.defaultTargetPlatform
- The value for defaultTargetPlatformthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setDefaultTargetPlatform(Optional<? extends UnconfiguredBuildTarget> defaultTargetPlatform)
defaultTargetPlatform
to defaultTargetPlatform.defaultTargetPlatform
- The value for defaultTargetPlatformthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLabels(String element)
labels
sortedSet.element
- A labels elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLabels(String... elements)
labels
sortedSet.elements
- An array of labels elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLabels(Iterable<String> elements)
labels
sortedSet.elements
- An iterable of labels elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllLabels(Iterable<String> elements)
labels
sortedSet.elements
- An iterable of labels elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLicenses(SourcePath element)
licenses
set.element
- A licenses elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLicenses(SourcePath... elements)
licenses
set.elements
- An array of licenses elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLicenses(Iterable<? extends SourcePath> elements)
licenses
set.elements
- An iterable of licenses elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllLicenses(Iterable<? extends SourcePath> elements)
licenses
set.elements
- An iterable of licenses elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setName(String name)
name
attribute.name
- The value for namethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addDeps(BuildTarget element)
deps
sortedSet.element
- A deps elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addDeps(BuildTarget... elements)
deps
sortedSet.elements
- An array of deps elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setDeps(Iterable<? extends BuildTarget> elements)
deps
sortedSet.elements
- An iterable of deps elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllDeps(Iterable<? extends BuildTarget> elements)
deps
sortedSet.elements
- An iterable of deps elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setDefaultPlatform(Flavor defaultPlatform)
defaultPlatform
to defaultPlatform.defaultPlatform
- The value for defaultPlatformthis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setDefaultPlatform(Optional<? extends Flavor> defaultPlatform)
defaultPlatform
to defaultPlatform.defaultPlatform
- The value for defaultPlatformthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addTests(BuildTarget element)
tests
sortedSet.element
- A tests elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addTests(BuildTarget... elements)
tests
sortedSet.elements
- An array of tests elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setTests(Iterable<? extends BuildTarget> elements)
tests
sortedSet.elements
- An iterable of tests elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllTests(Iterable<? extends BuildTarget> elements)
tests
sortedSet.elements
- An iterable of tests elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addFrameworks(FrameworkPath element)
frameworks
sortedSet.element
- A frameworks elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addFrameworks(FrameworkPath... elements)
frameworks
sortedSet.elements
- An array of frameworks elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setFrameworks(Iterable<? extends FrameworkPath> elements)
frameworks
sortedSet.elements
- An iterable of frameworks elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllFrameworks(Iterable<? extends FrameworkPath> elements)
frameworks
sortedSet.elements
- An iterable of frameworks elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLibraries(FrameworkPath element)
libraries
sortedSet.element
- A libraries elementthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addLibraries(FrameworkPath... elements)
libraries
sortedSet.elements
- An array of libraries elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setLibraries(Iterable<? extends FrameworkPath> elements)
libraries
sortedSet.elements
- An iterable of libraries elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder addAllLibraries(Iterable<? extends FrameworkPath> elements)
libraries
sortedSet.elements
- An iterable of libraries elementsthis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setVersionUniverse(String versionUniverse)
versionUniverse
to versionUniverse.versionUniverse
- The value for versionUniversethis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setVersionUniverse(Optional<String> versionUniverse)
versionUniverse
to versionUniverse.versionUniverse
- The value for versionUniversethis
builder for use in a chained invocationpublic final HalideLibraryDescriptionArg.Builder setDepsQuery(Query depsQuery)
depsQuery
to depsQuery.depsQuery
- The value for depsQuerythis
builder for chained invocationpublic final HalideLibraryDescriptionArg.Builder setDepsQuery(Optional<? extends Query> depsQuery)
depsQuery
to depsQuery.depsQuery
- The value for depsQuerythis
builder for use in a chained invocationpublic HalideLibraryDescriptionArg build()
HalideLibraryDescriptionArg
.IllegalStateException
- if any required attributes are missing