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.
 
| Fields inherited from class | Fields | 
|---|---|
| class BasePluginFilter | nameMap | 
| Constructor and description | 
|---|
| IncludingPluginFilter
                                (java.util.Set included) | 
| IncludingPluginFilter
                                (java.lang.String... included) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected void | addPluginDependencies(java.util.List additionalList, GrailsPlugin plugin) | 
|  | protected java.util.List | getPluginList(java.util.List original, java.util.List pluginList) | 
| Methods inherited from class | Name | 
|---|---|
| class BasePluginFilter | addPluginDependencies, filterPluginList, getAllPlugins, getNamedPlugin, getPluginList, getSuppliedNames, isDependentOn, registerDependency |