Class ImmutableDotnetLibraryProviderInfo
- java.lang.Object
-
- com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
-
- com.facebook.buck.core.rules.providers.impl.BuiltInProviderInfo<DotnetLibraryProviderInfo>
-
- com.facebook.buck.features.dotnet.DotnetLibraryProviderInfo
-
- com.facebook.buck.features.dotnet.ImmutableDotnetLibraryProviderInfo
-
- All Implemented Interfaces:
ProviderInfo<DotnetLibraryProviderInfo>
,SkylarkProviderInfo
,com.google.devtools.build.lib.skylarkinterface.SkylarkPrintable
,com.google.devtools.build.lib.skylarkinterface.SkylarkValue
,com.google.devtools.build.lib.syntax.ClassObject
@ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableDotnetLibraryProviderInfo extends DotnetLibraryProviderInfo
Immutable implementation ofDotnetLibraryProviderInfo
.Use the static factory method to create immutable instances:
new ImmutableDotnetLibraryProviderInfo()
.
-
-
Field Summary
-
Fields inherited from class com.facebook.buck.features.dotnet.DotnetLibraryProviderInfo
PROVIDER
-
-
Constructor Summary
Constructors Constructor Description ImmutableDotnetLibraryProviderInfo(Artifact dll)
Construct a new immutableDotnetLibraryProviderInfo
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifact
dll()
boolean
equals(Object another)
This instance is equal to all instances ofImmutableDotnetLibraryProviderInfo
that have equal attribute values.int
hashCode()
Computes a hash code from attributes:dll
.String
toString()
Prints the immutable valueDotnetLibraryProviderInfo
with attribute values.-
Methods inherited from class com.facebook.buck.core.rules.providers.impl.BuiltInProviderInfo
getDeclaredClass, getProvider, getProviderInfo, isImmutable
-
Methods inherited from class com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
getErrorMessageForUnknownField, getFieldNames, getMethods, getValue, repr
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
ImmutableDotnetLibraryProviderInfo
public ImmutableDotnetLibraryProviderInfo(Artifact dll)
Construct a new immutableDotnetLibraryProviderInfo
instance.- Parameters:
dll
- The value for thedll
attribute
-
-
Method Detail
-
dll
public Artifact dll()
- Specified by:
dll
in classDotnetLibraryProviderInfo
- Returns:
- The value of the
dll
attribute
-
equals
public boolean equals(@Nullable Object another)
This instance is equal to all instances ofImmutableDotnetLibraryProviderInfo
that have equal attribute values.
-
hashCode
public int hashCode()
Computes a hash code from attributes:dll
.
-
-