public interface GrailsPluginInfo
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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() |
static final java.lang.String TRAILING_NAME
static final java.lang.String NAME
static final java.lang.String VERSION
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getFullName()
Resource getDescriptor()
Resource getPluginDir()
java.util.Map getProperties()