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()
ClassRealmConstituentgetGroupId in interface ClassRealmConstituentnull.public java.lang.String getArtifactId()
ClassRealmConstituentgetArtifactId in interface ClassRealmConstituentnull.public java.lang.String getType()
ClassRealmConstituentgetType in interface ClassRealmConstituentnull.public java.lang.String getClassifier()
ClassRealmConstituentgetClassifier in interface ClassRealmConstituentnull.public java.lang.String getVersion()
ClassRealmConstituentgetVersion in interface ClassRealmConstituentnull.public java.io.File getFile()
ClassRealmConstituentgetFile in interface ClassRealmConstituentnull.public java.lang.String toString()
toString in class java.lang.Object