public class BinaryGrailsPluginDescriptor extends Object
Holds a reference to the parsed grails-plugin.xml descriptor and the resource used to parse the descriptor
Constructor and description |
---|
BinaryGrailsPluginDescriptor(Resource resource, List<String> providedClassNames) |
Type Params | Return Type | Name and description |
---|---|---|
|
public GPathResult |
getParsedXml()
|
|
public List<String> |
getProvidedClassNames()
|
|
public Resource |
getResource() The resource the descriptor was parsed from |
The resource the descriptor was parsed from