public static class XcodeNativeTargetGenerator.Result extends Object
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<BuildTarget> |
dependencies |
Optional<com.facebook.buck.features.apple.projectV2.HeaderSearchPathAttributes> |
headerSearchPathAttributes |
com.google.common.collect.ImmutableSet<BuildTarget> |
requiredBuildTargets |
com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes |
targetAttributes |
com.google.common.collect.ImmutableSet<String> |
targetConfigNames |
TargetNode<?> |
targetNode |
com.google.common.collect.ImmutableSet<Path> |
xcconfigPaths |
Constructor and Description |
---|
Result(TargetNode<?> targetNode,
com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes targetAttributes) |
Result(TargetNode<?> targetNode,
com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes targetAttributes,
com.google.common.collect.ImmutableList<BuildTarget> dependencies,
com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets,
com.google.common.collect.ImmutableSet<Path> xcconfigPaths,
com.google.common.collect.ImmutableSet<String> targetConfigNames,
Optional<com.facebook.buck.features.apple.projectV2.HeaderSearchPathAttributes> headerSearchPathAttributes) |
public final TargetNode<?> targetNode
public final com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes targetAttributes
public final com.google.common.collect.ImmutableList<BuildTarget> dependencies
public final com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets
public final com.google.common.collect.ImmutableSet<Path> xcconfigPaths
public final com.google.common.collect.ImmutableSet<String> targetConfigNames
public final Optional<com.facebook.buck.features.apple.projectV2.HeaderSearchPathAttributes> headerSearchPathAttributes
public Result(TargetNode<?> targetNode, com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes targetAttributes)
public Result(TargetNode<?> targetNode, com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes targetAttributes, com.google.common.collect.ImmutableList<BuildTarget> dependencies, com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets, com.google.common.collect.ImmutableSet<Path> xcconfigPaths, com.google.common.collect.ImmutableSet<String> targetConfigNames, Optional<com.facebook.buck.features.apple.projectV2.HeaderSearchPathAttributes> headerSearchPathAttributes)