Package org.grails.plugins
Class BinaryGrailsPluginDescriptor
- java.lang.Object
-
- org.grails.plugins.BinaryGrailsPluginDescriptor
-
public class BinaryGrailsPluginDescriptor extends java.lang.ObjectHolds a reference to the parsed grails-plugin.xml descriptor and the resource used to parse the descriptor
-
-
Constructor Summary
Constructors Constructor Description BinaryGrailsPluginDescriptor(org.springframework.core.io.Resource resource, java.util.List<java.lang.String> providedlassNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description groovy.util.slurpersupport.GPathResultgetParsedXml()java.util.List<java.lang.String>getProvidedlassNames()org.springframework.core.io.ResourcegetResource()The resource the descriptor was parsed from
-
-
-
Method Detail
-
getResource
public org.springframework.core.io.Resource getResource()
The resource the descriptor was parsed from- Returns:
- The resource instance
-
getProvidedlassNames
public java.util.List<java.lang.String> getProvidedlassNames()
- Returns:
- The class names provided by the plugin
-
getParsedXml
public groovy.util.slurpersupport.GPathResult getParsedXml()
- Returns:
- The parsed descriptor
-
-