public interface BuildableContext
BuildRule
.
This differs from BuildContext
in that a BuildContext
is a context that is shared by all BuildRule
s whereas a new BuildableContext
is created for
each call to BuildRule.getBuildSteps(com.facebook.buck.core.build.context.BuildContext,
BuildableContext)
.Modifier and Type | Method and Description |
---|---|
void |
recordArtifact(Path pathToArtifact) |
void recordArtifact(Path pathToArtifact)
BuildInfoRecorder.recordArtifact(Path)