Uses of Class
org.codehaus.groovy.grails.plugins.BasePluginFilter

Packages that use BasePluginFilter
org.codehaus.groovy.grails.plugins   
 

Uses of BasePluginFilter in org.codehaus.groovy.grails.plugins
 

Subclasses of BasePluginFilter in org.codehaus.groovy.grails.plugins
 class 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.
 class 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.