|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ArtifactIdentifier
The identifier for a module artifact.
| Method Summary | |
|---|---|
String
|
getClassifier()
Returns the classifier of this dependency artifact. |
String
|
getExtension()
Returns the extension of this dependency artifact. |
ModuleVersionIdentifier
|
getModuleVersionIdentifier()
Returns the identifier of the module that owns this artifact. |
String
|
getName()
Returns the name of the dependency artifact. |
String
|
getType()
Returns the type of the dependency artifact. |
| Method Detail |
|---|
public String getClassifier()
public String getExtension()
public ModuleVersionIdentifier getModuleVersionIdentifier()
public String getName()
public String getType()
Gradle API 1.5