public interface ArtifactType
ArtifactTypeRegistry, 
DefaultArtifact.DefaultArtifact(String, String, String, String, String, ArtifactType)| Modifier and Type | Method and Description | 
|---|---|
| String | getClassifier()Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact). | 
| String | getExtension()Gets the file extension to use for artifacts of this type (unless explicitly overridden by the artifact). | 
| String | getId()Gets the identifier of this type, e.g. | 
| Map<String,String> | getProperties()Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact). | 
String getId()
null.ArtifactProperties.TYPEString getExtension()
null.String getClassifier()
null.Map<String,String> getProperties()
null.ArtifactPropertiesCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.