|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MavenCoordinates
Coordinates that uniquely identifies a project in a Maven repository.
| Method Summary | |
|---|---|
java.lang.String |
getArtifactId()
Returns the name that the project is known by. |
java.lang.String |
getClassifier()
Returns the project's classifier. |
java.lang.String |
getGroupId()
Returns the name of the project's group, similar to the Java packaging structure. |
java.lang.String |
getPackaging()
Returns the project's artifact type. |
java.lang.String |
getVersion()
Returns the version of the project. |
| Method Detail |
|---|
@NonNull java.lang.String getGroupId()
@NonNull java.lang.String getArtifactId()
@NonNull java.lang.String getVersion()
@NonNull java.lang.String getPackaging()
@Nullable java.lang.String getClassifier()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||