|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent information of a maven's artifact.
Method Summary | |
java.lang.String |
getArtifactId()
Retrieve the Artifact Id. |
java.lang.String |
getFileName()
Retrieve the file name of the artifact. |
java.lang.String |
getGroupId()
Retrieve the Group Id. |
java.lang.String |
getType()
Retrieve the artifact type. |
java.lang.String |
getVersion()
Retrieve the version of this artifact. |
boolean |
isOverridden()
Indicates if the fileName is conform to the standard maven's naming schema. |
Method Detail |
public java.lang.String getGroupId()
public java.lang.String getArtifactId()
public java.lang.String getType()
public java.lang.String getVersion()
public java.lang.String getFileName()
public boolean isOverridden()
[maven]/[groupId]/[type]s/[artifactId]-[version].[type]
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |