Griffon 1.2.0

org.codehaus.griffon.artifacts.model
[Groovy] Class Artifact

java.lang.Object
  org.codehaus.griffon.artifacts.model.Artifact

abstract class Artifact

Authors:
Andres Almiray
Since:
0.9.5


Property Summary
List authors

String description

String documentation

String license

String name

List releases

String source

String title

 
Constructor Summary
Artifact()

 
Method Summary
Map asMap()

Map asMap(boolean includeReleases)

String getCapitalizedName()

String getCapitalizedType()

String getType()

void setName(String name)

def toJSON()

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

authors

List authors


description

String description


documentation

String documentation


license

String license


name

String name


releases

List releases


source

String source


title

String title


 
Constructor Detail

Artifact

Artifact()


 
Method Detail

asMap

Map asMap()


asMap

Map asMap(boolean includeReleases)


getCapitalizedName

String getCapitalizedName()


getCapitalizedType

String getCapitalizedType()


getType

String getType()


setName

void setName(String name)


toJSON

def toJSON()


toString

String toString()


 

Groovy Documentation