|
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.Release
class Release
Field Summary | |
---|---|
private static Comparator |
VERSION_COMPARATOR
|
Property Summary | |
---|---|
Artifact |
artifact
|
String |
checksum
|
String |
comment
|
Date |
date
|
List |
dependencies
|
File |
file
|
String |
griffonVersion
|
String |
version
|
Constructor Summary | |
Release()
|
Method Summary | |
---|---|
Map
|
asMap()
|
int
|
compareTo(Release other)
|
boolean
|
isSnapshot()
|
static Release
|
makeFromFile(String type, File file)
|
static Release
|
makeFromJSON(String type, def json)
|
static Release
|
makeFromXML(String type, def xml)
|
def
|
toJSON()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private static final Comparator VERSION_COMPARATOR
Property Detail |
---|
Artifact artifact
String checksum
String comment
Date date
List dependencies
File file
String griffonVersion
String version
Constructor Detail |
---|
Release()
Method Detail |
---|
Map asMap()
int compareTo(Release other)
boolean isSnapshot()
static Release makeFromFile(String type, File file)
static Release makeFromJSON(String type, def json)
static Release makeFromXML(String type, def xml)
def toJSON()
String toString()
Groovy Documentation