/AWS1/CL_KN2MAVENREFERENCE¶
The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_groupid TYPE /AWS1/KN2MAVENGROUPID /AWS1/KN2MAVENGROUPID¶
The group ID of the Maven reference.
iv_artifactid TYPE /AWS1/KN2MAVENARTIFACTID /AWS1/KN2MAVENARTIFACTID¶
The artifact ID of the Maven reference.
iv_version TYPE /AWS1/KN2MAVENVERSION /AWS1/KN2MAVENVERSION¶
The version of the Maven reference.
Queryable Attributes¶
GroupId¶
The group ID of the Maven reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPID() |
Getter for GROUPID, with configurable default |
ASK_GROUPID() |
Getter for GROUPID w/ exceptions if field has no value |
HAS_GROUPID() |
Determine if GROUPID has a value |
ArtifactId¶
The artifact ID of the Maven reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARTIFACTID() |
Getter for ARTIFACTID, with configurable default |
ASK_ARTIFACTID() |
Getter for ARTIFACTID w/ exceptions if field has no value |
HAS_ARTIFACTID() |
Determine if ARTIFACTID has a value |
Version¶
The version of the Maven reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |