|
|||||||||
| 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 java.lang.String |
NAME
The name of the plugin |
static java.lang.String |
TRAILING_NAME
Defines the convention that appears within plugin class names |
static java.lang.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) |
java.lang.String |
getFullName()
|
java.lang.String |
getName()
|
Resource |
getPluginDir()
|
java.util.Map |
getProperties()
Gets the properties of the plugin as a map |
java.lang.String |
getVersion()
|
| Field Detail |
|---|
static final java.lang.String TRAILING_NAME
static final java.lang.String NAME
static final java.lang.String VERSION
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getFullName()
Resource getDescriptor()
Resource getPluginDir()
java.util.Map getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||