Base interface that just contains information about a particular plugin.
Type Params | Return Type | Name 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()
|
|
Map |
getProperties() Gets the properties of the plugin as a map |
|
java.lang.String |
getVersion()
|
Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file)
Gets the properties of the plugin as a map