public interface ClassRealmConstituent
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 getGroupId()
null
.java.lang.String getArtifactId()
null
.java.lang.String getType()
null
.java.lang.String getClassifier()
null
.java.lang.String getVersion()
null
.java.io.File getFile()
null
.