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