public static class XCodeProjectCommandHelper.Result extends Object
Constructor and Description |
---|
Result(BuildTarget inputTarget,
Path outputRelativePath,
com.google.common.collect.ImmutableSet<BuildTarget> buildTargets) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<BuildTarget> |
getBuildTargets() |
BuildTarget |
getInputTarget() |
Path |
getOutputRelativePath() |
public Result(BuildTarget inputTarget, Path outputRelativePath, com.google.common.collect.ImmutableSet<BuildTarget> buildTargets)
public BuildTarget getInputTarget()
public Path getOutputRelativePath()
public com.google.common.collect.ImmutableSet<BuildTarget> getBuildTargets()