|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.util.artifact.DefaultArtifactType
public class DefaultArtifactType
A simple artifact type.
| Constructor Summary | |
|---|---|
DefaultArtifactType(String id)
|
|
DefaultArtifactType(String id,
String extension,
String classifier,
String language)
|
|
DefaultArtifactType(String id,
String extension,
String classifier,
String language,
boolean constitutesBuildPath,
boolean includesDependencies)
|
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultArtifactType(String id)
public DefaultArtifactType(String id,
String extension,
String classifier,
String language)
public DefaultArtifactType(String id,
String extension,
String classifier,
String language,
boolean constitutesBuildPath,
boolean includesDependencies)
| Method Detail |
|---|
public String getId()
ArtifactType
getId in interface ArtifactTypenull.public String getExtension()
ArtifactType
getExtension in interface ArtifactTypenull.public String getClassifier()
ArtifactType
getClassifier in interface ArtifactTypenull.public Map<String,String> getProperties()
ArtifactType
getProperties in interface ArtifactTypenull.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||