@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class PrebuiltCxxLibraryGroupDescriptionArg extends Object
PrebuiltCxxLibraryGroupDescription.AbstractPrebuiltCxxLibraryGroupDescriptionArg.
Use the builder to create immutable instances:
PrebuiltCxxLibraryGroupDescriptionArg.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
PrebuiltCxxLibraryGroupDescriptionArg.Builder
Builds instances of type
PrebuiltCxxLibraryGroupDescriptionArg. |
DEFAULT_TARGET_PLATFORM_PARAM_NAME| Modifier and Type | Method and Description |
|---|---|
static PrebuiltCxxLibraryGroupDescriptionArg.Builder |
builder()
Creates a builder for
PrebuiltCxxLibraryGroupDescriptionArg. |
boolean |
equals(Object another)
This instance is equal to all instances of
PrebuiltCxxLibraryGroupDescriptionArg that have equal attribute values. |
com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> |
getCompatibleWith()
A list of
config_setting a target is compatible with. |
Optional<UnconfiguredBuildTarget> |
getDefaultTargetPlatform()
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
|
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getDeps() |
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getExportedDeps() |
PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> |
getExportedPlatformDeps() |
com.google.common.collect.ImmutableList<String> |
getExportedPreprocessorFlags() |
com.google.common.collect.ImmutableMap<String,SourcePath> |
getImportLibs()
Import libraries references in the shared link args above.
|
com.google.common.collect.ImmutableList<SourcePath> |
getIncludeDirs() |
com.google.common.collect.ImmutableSortedSet<String> |
getLabels() |
com.google.common.collect.ImmutableSet<SourcePath> |
getLicenses() |
String |
getName()
Each rule has a name
|
com.google.common.collect.ImmutableMap<String,SourcePath> |
getProvidedSharedLibs() |
com.google.common.collect.ImmutableMap<String,SourcePath> |
getSharedLibs()
Libraries references in the shared link args above.
|
com.google.common.collect.ImmutableList<String> |
getSharedLink()
The link arguments to use when linking using the shared link style.
|
com.google.common.collect.ImmutableList<SourcePath> |
getStaticLibs()
Libraries references in the static link args above.
|
com.google.common.collect.ImmutableList<String> |
getStaticLink()
The link arguments to use when linking using the static link style.
|
com.google.common.collect.ImmutableList<SourcePath> |
getStaticPicLibs()
Libraries references in the static-pic link args above.
|
com.google.common.collect.ImmutableList<String> |
getStaticPicLink()
The link arguments to use when linking using the static-pic link style.
|
Optional<Pattern> |
getSupportedPlatformsRegex() |
int |
hashCode()
Computes a hash code from attributes:
exportedPreprocessorFlags, includeDirs, staticLink, staticLibs, staticPicLink, staticPicLibs, sharedLink, sharedLibs, importLibs, providedSharedLibs, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, licenses, labels, defaultTargetPlatform, compatibleWith, name, deps. |
String |
toString()
Prints the immutable value
PrebuiltCxxLibraryGroupDescriptionArg with attribute values. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitlabelsContainsAnyOfpublic com.google.common.collect.ImmutableList<String> getExportedPreprocessorFlags()
exportedPreprocessorFlags attributepublic com.google.common.collect.ImmutableList<SourcePath> getIncludeDirs()
includeDirs attributepublic com.google.common.collect.ImmutableList<String> getStaticLink()
public com.google.common.collect.ImmutableList<SourcePath> getStaticLibs()
public com.google.common.collect.ImmutableList<String> getStaticPicLink()
public com.google.common.collect.ImmutableList<SourcePath> getStaticPicLibs()
public com.google.common.collect.ImmutableList<String> getSharedLink()
public com.google.common.collect.ImmutableMap<String,SourcePath> getSharedLibs()
public com.google.common.collect.ImmutableMap<String,SourcePath> getImportLibs()
public com.google.common.collect.ImmutableMap<String,SourcePath> getProvidedSharedLibs()
providedSharedLibs attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getExportedDeps()
exportedDeps attributepublic PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> getExportedPlatformDeps()
exportedPlatformDeps attributepublic Optional<Pattern> getSupportedPlatformsRegex()
supportedPlatformsRegex attributepublic com.google.common.collect.ImmutableSet<SourcePath> getLicenses()
licenses attributepublic com.google.common.collect.ImmutableSortedSet<String> getLabels()
labels attributepublic Optional<UnconfiguredBuildTarget> getDefaultTargetPlatform()
The value is a build target, but we specify it as string, because this function is not actually called, but the attr is fetched by name from the raw (unconfigured) target node.
public com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> getCompatibleWith()
config_setting a target is compatible with.public String getName()
public com.google.common.collect.ImmutableSortedSet<BuildTarget> getDeps()
deps attributepublic boolean equals(@Nullable Object another)
PrebuiltCxxLibraryGroupDescriptionArg that have equal attribute values.public int hashCode()
exportedPreprocessorFlags, includeDirs, staticLink, staticLibs, staticPicLink, staticPicLibs, sharedLink, sharedLibs, importLibs, providedSharedLibs, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, licenses, labels, defaultTargetPlatform, compatibleWith, name, deps.public String toString()
PrebuiltCxxLibraryGroupDescriptionArg with attribute values.public static PrebuiltCxxLibraryGroupDescriptionArg.Builder builder()
PrebuiltCxxLibraryGroupDescriptionArg.