public class UnflavoredBuildTargetFactory extends Object
Modifier and Type | Method and Description |
---|---|
static UnflavoredBuildTarget |
createFromRawNode(Path cellRoot,
CanonicalCellName cellName,
Map<String,Object> map,
Path buildFilePath) |
public static UnflavoredBuildTarget createFromRawNode(Path cellRoot, CanonicalCellName cellName, Map<String,Object> map, Path buildFilePath)
cellRoot
- Absolute path to the root of the cell the rule is defined in.map
- the map of values that define the rule.buildFilePath
- Absolute path to the build file the rule is defined in