public static class ProjectInformation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectInformation |
build() |
ProjectInformation.Builder |
setTestProject(Boolean isTestProject) |
ProjectInformation.Builder |
withArtifactId(String artifactId) |
ProjectInformation.Builder |
withBuildDirectory(Path buildDirectory) |
ProjectInformation.Builder |
withDependencyProject(Project project) |
ProjectInformation.Builder |
withGroupId(String groupId) |
ProjectInformation.Builder |
withPackaging(String packaging) |
ProjectInformation.Builder |
withProjectBaseFolder(Path projectBaseFolder) |
ProjectInformation.Builder |
withVersion(String version) |
public ProjectInformation.Builder withGroupId(String groupId)
public ProjectInformation.Builder withArtifactId(String artifactId)
public ProjectInformation.Builder withVersion(String version)
public ProjectInformation.Builder withPackaging(String packaging)
public ProjectInformation.Builder withProjectBaseFolder(Path projectBaseFolder)
public ProjectInformation.Builder withBuildDirectory(Path buildDirectory)
public ProjectInformation.Builder setTestProject(Boolean isTestProject)
public ProjectInformation.Builder withDependencyProject(Project project)
public ProjectInformation build()
Copyright © 2020. All rights reserved.