Interface ProjectsMessage.ProjectInfo
- Enclosing class:
ProjectsMessage
public static interface ProjectsMessage.ProjectInfo
Holds basic project info
-
Method Summary
-
Method Details
-
getGroupId
String getGroupId()- Returns:
- the group id of the reactor project
-
getArtifactId
String getArtifactId()- Returns:
- the artifact id of the reactor project
-
getVersion
String getVersion()- Returns:
- the version of the reactor project
-
getModel
String getModel()- Returns:
- the effective model of the project
-
getBaseDir
Path getBaseDir()- Returns:
- the basedir of the project
-