| Class |
Description |
|
AbstractGrailsPlugin
|
Abstract implementation that provides some default behaviours |
|
AbstractGrailsPluginManager
|
Abstract implementation of the GrailsPluginManager interface |
|
BasePluginFilter
|
Base functionality shared by IncludingPluginFilter and
ExcludingPluginFilter. |
|
BinaryGrailsPlugin
|
Models a pre-compiled binary plugin. |
|
BinaryGrailsPluginDescriptor
|
Holds a reference to the parsed grails-plugin.xml descriptor and the
resource used to parse the descriptor |
|
CorePluginFinder
|
Loads binary plugin classes. |
|
DefaultDynamicGrailsPlugin
|
Default implementation of DynamicGrailsPlugin |
|
DefaultGrailsPlugin
|
Implementation of the GrailsPlugin interface that wraps a Groovy plugin class
and provides the magic to invoke its various methods from Java. |
|
DefaultModuleDescriptorFactory
|
Default implementation of ModuleDescriptorFactory |
|
DynamicBinaryGrailsPlugin
|
Binary plugin with dynamic modules. |
|
ExcludingPluginFilter
|
Implementation of PluginFilter which removes that all of the supplied
plugins (identified by name) as well as their dependencies are omitted from the
filtered plugin list. |
|
GrailsPluginArtefactHandler
|
An ArtefactHandler that identifies the Grails Plugin class |
|
GrailsPluginClass
|
Wrapper Grails class for plugins. |
|
IdentityPluginFilter
|
No-op implementation of PluginFilter. |
|
IncludingPluginFilter
|
Implementation of PluginFilter which ensures that only the supplied
plugins (identified by name) as well as their dependencies are included in the filtered plugin list. |
|
MockGrailsApplication
|
|
|
MockGrailsPluginManager
|
- Authors:
- Graeme Rocher
|
|
PluginFilterRetriever
|
Implements mechanism for figuring out what PluginFilter
implementation to use based on a set of provided configuration properties. |