public static class ProjectGenerator.Result extends Object
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableMap<BuildTarget,PBXTarget> |
buildTargetsToGeneratedTargetMap |
PBXProject |
generatedProject |
com.google.common.collect.ImmutableList<Path> |
headerSymlinkTrees |
com.google.common.collect.ImmutableSet<BuildTarget> |
requiredBuildTargets |
com.google.common.collect.ImmutableList<BuildTargetSourcePath> |
sourcePathsToBuild |
com.google.common.collect.ImmutableSet<Path> |
xcconfigPaths |
Constructor and Description |
---|
Result(PBXProject generatedProject,
com.google.common.collect.ImmutableMap<BuildTarget,PBXTarget> buildTargetsToGeneratedTargetMap,
com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets,
com.google.common.collect.ImmutableSet<Path> xcconfigPaths,
com.google.common.collect.ImmutableList<Path> headerSymlinkTrees,
com.google.common.collect.ImmutableList<BuildTargetSourcePath> sourcePathsToBuild) |
public final PBXProject generatedProject
public final com.google.common.collect.ImmutableMap<BuildTarget,PBXTarget> buildTargetsToGeneratedTargetMap
public final com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets
public final com.google.common.collect.ImmutableSet<Path> xcconfigPaths
public final com.google.common.collect.ImmutableList<Path> headerSymlinkTrees
public final com.google.common.collect.ImmutableList<BuildTargetSourcePath> sourcePathsToBuild
public Result(PBXProject generatedProject, com.google.common.collect.ImmutableMap<BuildTarget,PBXTarget> buildTargetsToGeneratedTargetMap, com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets, com.google.common.collect.ImmutableSet<Path> xcconfigPaths, com.google.common.collect.ImmutableList<Path> headerSymlinkTrees, com.google.common.collect.ImmutableList<BuildTargetSourcePath> sourcePathsToBuild)