Holds a reference to the parsed grails-plugin.xml descriptor and the resource used to parse the descriptor
Constructor and description |
---|
BinaryGrailsPluginDescriptor
(org.springframework.core.io.Resource resource, groovy.util.slurpersupport.GPathResult parsedXml) |
Type Params | Return Type | Name and description |
---|---|---|
|
groovy.util.slurpersupport.GPathResult |
getParsedXml() @return The parsed descriptor |
|
org.springframework.core.io.Resource |
getResource() The resource the descriptor was parsed from |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |