Class BinaryGrailsPluginDescriptor


  • public class BinaryGrailsPluginDescriptor
    extends java.lang.Object
    Holds 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.GPathResult getParsedXml()  
      java.util.List<java.lang.String> getProvidedlassNames()  
      org.springframework.core.io.Resource getResource()
      The resource the descriptor was parsed from
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BinaryGrailsPluginDescriptor

        public BinaryGrailsPluginDescriptor​(org.springframework.core.io.Resource resource,
                                            java.util.List<java.lang.String> providedlassNames)
    • 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