|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.plugins.PluginInfo
public class PluginInfo
Field Summary | |
---|---|
private Resource |
directory
|
private String |
name
|
private Release |
release
|
private String |
version
|
Constructor Summary | |
PluginInfo(String name, Resource directory, Release release)
|
Method Summary | |
---|---|
boolean
|
equals(Object o)
|
Resource
|
getDirectory()
|
String
|
getName()
|
Release
|
getRelease()
|
String
|
getVersion()
|
int
|
hashCode()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private final Resource directory
private final String name
private final Release release
private final String version
Constructor Detail |
---|
public PluginInfo(String name, Resource directory, Release release)
Method Detail |
---|
@Override public boolean equals(Object o)
public Resource getDirectory()
public String getName()
public Release getRelease()
public String getVersion()
@Override public int hashCode()
@Override public String toString()
Groovy Documentation