| Interface | Description |
|---|---|
| GrailsPluginInfo |
Base interface that just contains information about a particular plugin.
|
| PluginDescriptorReader |
Reads information about a plugin.
|
| Class | Description |
|---|---|
| AstPluginDescriptorReader |
Used to read plugin information from the AST.
|
| BasicGrailsPluginInfo |
Simple Javabean implementation of the GrailsPluginInfo interface.
|
| CompositePluginDescriptorReader |
Combines different implementation into one.
|
| XmlPluginDescriptorReader |
Reads plugin information from the plugin.xml descriptor.
|
| Exception | Description |
|---|---|
| InvalidVersionException |
Throw when a specified version number is invalid.
|