@FunctionalInterface public interface ProjectDirectoryFactory
| Modifier and Type | Method and Description |
|---|---|
Path |
createProjectDirectory(ProjectDescription description)
Create a dedicated project directory for the specified
ProjectDescription. |
Path createProjectDirectory(ProjectDescription description) throws IOException
ProjectDescription.description - the description of a project to generateIOException - if creating the directory failedCopyright © 2019 Pivotal Software, Inc.. All rights reserved.