public class ProjectInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
Path |
getBuildDirectory() |
String |
getGroupId() |
String |
getPackaging() |
Project |
getProject() |
Path |
getProjectBaseFolder() |
String |
getVersion() |
boolean |
isTestProject() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getPackaging()
public Path getProjectBaseFolder()
public Path getBuildDirectory()
public boolean isTestProject()
public Project getProject()
Copyright © 2017. All rights reserved.