Class DotnetLibraryProviderInfo
- 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
-
- 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
- Direct Known Subclasses:
ImmutableDotnetLibraryProviderInfo
public abstract class DotnetLibraryProviderInfo extends BuiltInProviderInfo<DotnetLibraryProviderInfo>
-
-
Field Summary
Fields Modifier and Type Field Description static BuiltInProvider<DotnetLibraryProviderInfo>
PROVIDER
-
Constructor Summary
Constructors Constructor Description DotnetLibraryProviderInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Artifact
dll()
-
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
PROVIDER
public static final BuiltInProvider<DotnetLibraryProviderInfo> PROVIDER
-
-
Method Detail
-
dll
public abstract Artifact dll()
-
-