public final class ProjectInfo extends Object
Constructor and Description |
---|
ProjectInfo(String groupId,
String artifactId,
String version,
String packageName)
C'tor
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Returns the artifact id.
|
String |
getGroupId()
Returns the group id
|
String |
getPackageName()
Returns the package name.
|
String |
getVersion()
Returns the version.
|
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getPackageName()