@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class HaskellLibraryDescriptionArg extends Object
HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg.
 
 Use the builder to create immutable instances:
 HaskellLibraryDescriptionArg.builder().
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HaskellLibraryDescriptionArg.BuilderBuilds instances of type  HaskellLibraryDescriptionArg. | 
DEFAULT_TARGET_PLATFORM_PARAM_NAME| Modifier and Type | Method and Description | 
|---|---|
| static HaskellLibraryDescriptionArg.Builder | builder()Creates a builder for  HaskellLibraryDescriptionArg. | 
| boolean | equals(Object another)This instance is equal to all instances of  HaskellLibraryDescriptionArgthat have equal attribute values. | 
| com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> | getCompatibleWith()A list of  config_settinga target is compatible with. | 
| com.google.common.collect.ImmutableList<String> | getCompilerFlags() | 
| 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() | 
| PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> | getGhciPlatformPreloadDeps() | 
| com.google.common.collect.ImmutableSortedSet<BuildTarget> | getGhciPreloadDeps() | 
| com.google.common.collect.ImmutableList<String> | getHaddockFlags() | 
| com.google.common.collect.ImmutableSortedSet<String> | getLabels() | 
| com.google.common.collect.ImmutableSet<SourcePath> | getLicenses() | 
| com.google.common.collect.ImmutableList<StringWithMacros> | getLinkerFlags() | 
| boolean | getLinkWhole() | 
| String | getName()Each rule has a name | 
| Optional<Flavor> | getPlatform() | 
| PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> | getPlatformDeps() | 
| NativeLinkableGroup.Linkage | getPreferredLinkage() | 
| SourceSortedSet | getSrcs() | 
| int | hashCode()Computes a hash code from attributes:  srcs,linkerFlags,compilerFlags,platformDeps,linkWhole,preferredLinkage,enableProfiling,haddockFlags,ghciPreloadDeps,ghciPlatformPreloadDeps,platform,compatibleWith,defaultTargetPlatform,labels,licenses,name,deps. | 
| boolean | isEnableProfiling() | 
| String | toString()Prints the immutable value  HaskellLibraryDescriptionArgwith attribute values. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitlabelsContainsAnyOfpublic SourceSortedSet getSrcs()
srcs attributepublic com.google.common.collect.ImmutableList<StringWithMacros> getLinkerFlags()
linkerFlags attributepublic com.google.common.collect.ImmutableList<String> getCompilerFlags()
compilerFlags attributepublic PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> getPlatformDeps()
platformDeps attributepublic boolean getLinkWhole()
linkWhole attributepublic NativeLinkableGroup.Linkage getPreferredLinkage()
preferredLinkage attributepublic boolean isEnableProfiling()
enableProfiling attributepublic com.google.common.collect.ImmutableList<String> getHaddockFlags()
haddockFlags attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getGhciPreloadDeps()
ghciPreloadDeps attributepublic PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> getGhciPlatformPreloadDeps()
ghciPlatformPreloadDeps attributepublic com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> getCompatibleWith()
BuildRuleArgconfig_setting a target is compatible with.compatibleWith attributepublic Optional<UnconfiguredBuildTarget> getDefaultTargetPlatform()
BuildRuleArgThe 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.
defaultTargetPlatform attributepublic com.google.common.collect.ImmutableSortedSet<String> getLabels()
labels attributepublic com.google.common.collect.ImmutableSet<SourcePath> getLicenses()
licenses attributepublic String getName()
ConstructorArgname attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getDeps()
deps attributepublic boolean equals(@Nullable Object another)
HaskellLibraryDescriptionArg that have equal attribute values.public int hashCode()
srcs, linkerFlags, compilerFlags, platformDeps, linkWhole, preferredLinkage, enableProfiling, haddockFlags, ghciPreloadDeps, ghciPlatformPreloadDeps, platform, compatibleWith, defaultTargetPlatform, labels, licenses, name, deps.public String toString()
HaskellLibraryDescriptionArg with attribute values.public static HaskellLibraryDescriptionArg.Builder builder()
HaskellLibraryDescriptionArg.