public abstract class DefaultInfo extends BuiltInProviderInfo<DefaultInfo>
ProviderInfo
.Modifier and Type | Field and Description |
---|---|
static BuiltInProvider<DefaultInfo> |
PROVIDER |
Constructor and Description |
---|
DefaultInfo() |
Modifier and Type | Method and Description |
---|---|
abstract Set<Artifact> |
defaultOutputs() |
abstract com.google.devtools.build.lib.syntax.SkylarkDict<String,Set<Artifact>> |
namedOutputs()
These are the named outputs of a rule.
|
getDeclaredClass, getProvider, getProviderInfo, isImmutable
getErrorMessageForUnknownField, getFieldNames, getMethods, getValue, repr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final BuiltInProvider<DefaultInfo> PROVIDER
public abstract com.google.devtools.build.lib.syntax.SkylarkDict<String,Set<Artifact>> namedOutputs()