public interface ActionAnalysisDataKey
ActionAnalysisData
.
This key has the BuildTarget
to look up the corresponding rule anlaysis computation
that produced the desired ActionAnalysisData
. The ActionAnalysisData.ID
is the
unique identifier of the desired ActionAnalysisData
, which is used to identify the ActionAnalysisData
of the many that a single rule analysis of a BuildTarget
could
produce.
Modifier and Type | Method and Description |
---|---|
BuildTarget |
getBuildTarget() |
ActionAnalysisData.ID |
getID() |
static ActionAnalysisDataKey |
of(BuildTarget buildTarget,
ActionAnalysisData.ID iD) |
BuildTarget getBuildTarget()
BuildTarget
for the rule analysis which the corresponding ActionAnalysisData
is created fromActionAnalysisData.ID getID()
ActionAnalysisData
static ActionAnalysisDataKey of(BuildTarget buildTarget, ActionAnalysisData.ID iD)