public interface BuildFileTree
foo/BUCK is the parent of foo/bar/baz/BUCK and foo/bar/qux/BUCK.
Modifier and Type | Method and Description |
---|---|
Optional<RelPath> |
getBasePathOfAncestorTarget(RelPath filePath)
Returns the base path for a given path.
|
Optional<RelPath> getBasePathOfAncestorTarget(RelPath filePath)
filePath
- the path whose base path to find.