public interface MavenProjectInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getId() |
String |
getJavaVersion() |
String |
getPackaging() |
String |
getVersion() |
boolean |
idEquals(org.apache.maven.model.Model model) |
boolean |
idEqualsExceptInheritedGroupId(org.apache.maven.model.Model model) |
String getArtifactId()
String getId()
String getGroupId()
String getJavaVersion()
String getPackaging()
String getVersion()
boolean idEquals(org.apache.maven.model.Model model)
boolean idEqualsExceptInheritedGroupId(org.apache.maven.model.Model model)
Copyright © 2019. All rights reserved.