class ArtifactClassRealmConstituent extends java.lang.Object implements ClassRealmConstituent
Modifier and Type | Field and Description |
---|---|
private org.eclipse.aether.artifact.Artifact |
artifact |
Constructor and Description |
---|
ArtifactClassRealmConstituent(org.eclipse.aether.artifact.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArtifactId()
Gets the artifact id of the constituent's artifact.
|
java.lang.String |
getClassifier()
Gets the classifier of the constituent's artifact.
|
java.io.File |
getFile()
Gets the file of the constituent's artifact.
|
java.lang.String |
getGroupId()
Gets the group id of the constituent's artifact.
|
java.lang.String |
getType()
Gets the type of the constituent's artifact.
|
java.lang.String |
getVersion()
Gets the version of the constituent's artifact.
|
java.lang.String |
toString() |
ArtifactClassRealmConstituent(org.eclipse.aether.artifact.Artifact artifact)
public java.lang.String getGroupId()
ClassRealmConstituent
getGroupId
in interface ClassRealmConstituent
null
.public java.lang.String getArtifactId()
ClassRealmConstituent
getArtifactId
in interface ClassRealmConstituent
null
.public java.lang.String getType()
ClassRealmConstituent
getType
in interface ClassRealmConstituent
null
.public java.lang.String getClassifier()
ClassRealmConstituent
getClassifier
in interface ClassRealmConstituent
null
.public java.lang.String getVersion()
ClassRealmConstituent
getVersion
in interface ClassRealmConstituent
null
.public java.io.File getFile()
ClassRealmConstituent
getFile
in interface ClassRealmConstituent
null
.public java.lang.String toString()
toString
in class java.lang.Object