DefaultArtifactTypepublic interface ArtifactType
ArtifactTypeRegistry,
DefaultArtifact(String, String, String, String, String, ArtifactType)| Modifier and Type | Method | 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.TYPEjava.lang.String getExtension()
null.java.lang.String getClassifier()
null.java.util.Map<java.lang.String,java.lang.String> getProperties()
null.ArtifactProperties