|
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 artifact, if any. |
String
|
getExtension()
Returns the extension of this artifact. |
ModuleVersionIdentifier
|
getModuleVersionIdentifier()
Returns the identifier of the module that owns this artifact. |
String
|
getName()
Returns the name of this artifact. |
String
|
getType()
Returns the type of this artifact. |
Method Detail |
---|
public String getClassifier()
public String getExtension()
public ModuleVersionIdentifier getModuleVersionIdentifier()
public String getName()
public String getType()
Gradle API 1.12