Griffon 1.2.0

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

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

class Archetype
extends Artifact

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
static String TYPE

 
Constructor Summary
Archetype()

 
Method Summary
Map asMap(boolean includeReleases = true)

def toJSON()

 
Methods inherited from class Artifact
asMap, asMap, getCapitalizedName, getCapitalizedType, getType, setName, toJSON, toString
 

Field Detail

TYPE

public static final String TYPE


 
Constructor Detail

Archetype

Archetype()


 
Method Detail

asMap

Map asMap(boolean includeReleases = true)


toJSON

def toJSON()


 

Groovy Documentation