public interface GrailsPluginInfo
Base interface that just contains information about a particular plugin.
Modifiers | Name | Description |
---|---|---|
java.lang.String |
NAME |
The name of the plugin |
java.lang.String |
TRAILING_NAME |
Defines the convention that appears within plugin class names |
java.lang.String |
VERSION |
Defines the name of the property that specifies the plugin version |
Type Params | Return Type | Name and description |
---|---|---|
|
public Resource |
getDescriptor() Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file) |
|
public java.lang.String |
getFullName()
|
|
public java.lang.String |
getName()
|
|
public Resource |
getPluginDir()
|
|
public java.util.Map |
getProperties() Gets the properties of the plugin as a map |
|
public java.lang.String |
getVersion()
|
The name of the plugin
Defines the convention that appears within plugin class names
Defines the name of the property that specifies the plugin version
Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file)
Gets the properties of the plugin as a map