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, isImmutablegetErrorMessageForUnknownField, getFieldNames, getMethods, getValue, reprclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final BuiltInProvider<DefaultInfo> PROVIDER
public abstract com.google.devtools.build.lib.syntax.SkylarkDict<String,Set<Artifact>> namedOutputs()