public class WorkspaceMetadataWriter extends Object
Constructor and Description |
---|
WorkspaceMetadataWriter(String projectVersion,
com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets,
com.google.common.collect.ImmutableSet<Path> xcconfigPaths,
com.google.common.collect.ImmutableList<CopyInXcode> filesToCopyInXcode,
ProjectFilesystem projectFilesystem) |
Modifier and Type | Method and Description |
---|---|
void |
writeToWorkspaceAtPath(Path workspacePath)
Writes the metadata information to the workspace at the input path.
|
public WorkspaceMetadataWriter(String projectVersion, com.google.common.collect.ImmutableSet<BuildTarget> requiredBuildTargets, com.google.common.collect.ImmutableSet<Path> xcconfigPaths, com.google.common.collect.ImmutableList<CopyInXcode> filesToCopyInXcode, ProjectFilesystem projectFilesystem)
public void writeToWorkspaceAtPath(Path workspacePath) throws IOException
workspacePath
- The workspace path to write to.IOException