public class ProjectFoldersGenerator extends Object
| Constructor and Description |
|---|
ProjectFoldersGenerator(String groupId,
String artifactId,
PackagingType packagingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Path targetFolder)
Generates all the folders required for a project to be properly build If any of the folders is already present on the
targetFolder they will not be overwritten
|
public ProjectFoldersGenerator(String groupId, String artifactId, PackagingType packagingType)
public void generate(Path targetFolder)
targetFolder - the target folder pathCopyright © 2017. All rights reserved.