public interface ProjectInformation
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
Path |
getBuildDirectory() |
String |
getClassifier() |
List<Deployment> |
getDeployments() |
Pom |
getEffectivePom() |
Path |
getEffectivePomLocation() |
Optional<ExchangeRepositoryMetadata> |
getExchangeRepositoryMetadata() |
String |
getGroupId() |
String |
getPackaging() |
Project |
getProject() |
Path |
getProjectBaseFolder() |
String |
getVersion() |
boolean |
isDeployment() |
boolean |
isTestProject() |
String getGroupId()
String getArtifactId()
String getVersion()
String getClassifier()
String getPackaging()
Path getProjectBaseFolder()
Path getBuildDirectory()
boolean isTestProject()
Project getProject()
Optional<ExchangeRepositoryMetadata> getExchangeRepositoryMetadata()
boolean isDeployment()
List<Deployment> getDeployments()
Pom getEffectivePom()
Path getEffectivePomLocation()
Copyright © 2018 MuleSoft Inc. All rights reserved.