|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrailsPluginInfo
Base interface that just contains information about a particular plugin.
| Field Summary | |
|---|---|
static String |
NAME
The name of the plugin |
static String |
TRAILING_NAME
Defines the convention that appears within plugin class names |
static String |
VERSION
Defines the name of the property that specifies the plugin version |
| Method Summary | |
|---|---|
Resource |
getDescriptor()
Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file) |
String |
getFullName()
|
String |
getName()
|
Resource |
getPluginDir()
|
Map |
getProperties()
|
String |
getVersion()
|
| Field Detail |
|---|
static final String TRAILING_NAME
static final String NAME
static final String VERSION
| Method Detail |
|---|
String getName()
String getVersion()
String getFullName()
Resource getDescriptor()
Resource getPluginDir()
Map getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||