public interface ArtifactType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassifier()
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
|
java.lang.String |
getExtension()
Gets the file extension to use for artifacts of this type (unless explicitly overridden by the artifact).
|
java.lang.String |
getId()
Gets the identifier of this type, e.g.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
|
java.lang.String getId()
null
.ArtifactProperties.TYPE
java.lang.String getExtension()
null
.java.lang.String getClassifier()
null
.java.util.Map<java.lang.String,java.lang.String> getProperties()
null
.ArtifactProperties