Uses of Interface
org.codehaus.groovy.grails.plugins.PluginDescriptorReader

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

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

Classes in org.codehaus.groovy.grails.plugins that implement PluginDescriptorReader
 class AstPluginDescriptorReader
          Used to read plugin information from the AST.
 class CompositePluginDescriptorReader
          Combines different implementation into one.
 class XmlPluginDescriptorReader
          Reads plugin information from the plugin.xml descriptor.