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 |
getClassifier() |
List<Deployment> |
getDeployments() |
String |
getGroupId() |
String |
getPackaging() |
Path |
getProjectBaseFolder() |
ProjectStructure |
getProjectStructure() |
String |
getVersion() |
boolean |
isDeployment() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getClassifier()
public String getPackaging()
public Path getProjectBaseFolder()
public Path getBuildDirectory()
public boolean isDeployment()
public List<Deployment> getDeployments()
public ProjectStructure getProjectStructure()
Copyright © 2018 MuleSoft Inc. All rights reserved.