|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.artifacts.model.Artifact
abstract class Artifact
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 |
---|
List authors
String description
String documentation
String license
String name
List releases
String source
String title
Constructor Detail |
---|
Artifact()
Method Detail |
---|
Map asMap()
Map asMap(boolean includeReleases)
String getCapitalizedName()
String getCapitalizedType()
String getType()
void setName(String name)
def toJSON()
String toString()
Groovy Documentation