Interface ProjectDirectoryFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory of project directory.
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptioncreateProjectDirectory
(ProjectDescription description) Create a dedicated project directory for the specifiedProjectDescription
.
-
Method Details
-
createProjectDirectory
Create a dedicated project directory for the specifiedProjectDescription
.- Parameters:
description
- the description of a project to generate- Returns:
- a dedicated existing directory
- Throws:
IOException
- if creating the directory failed
-