|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.plugins.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 | |
BinaryGrailsPluginDescriptor(org.springframework.core.io.Resource resource, groovy.util.slurpersupport.GPathResult parsedXml)
|
Method Summary | |
---|---|
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 java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() |
Constructor Detail |
---|
public BinaryGrailsPluginDescriptor(org.springframework.core.io.Resource resource, groovy.util.slurpersupport.GPathResult parsedXml)
Method Detail |
---|
public groovy.util.slurpersupport.GPathResult getParsedXml()
public org.springframework.core.io.Resource getResource()
Groovy Documentation