Generates the plugin.xml descriptor.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
ARTEFACT_PATTERN |
| Type | Name and description |
|---|---|
org.springframework.util.AntPathMatcher |
antPathMatcher |
BuildSettings |
buildSettings |
java.util.List |
excludes |
java.lang.String |
pluginName |
Resource[] |
resourceList |
| Constructor and description |
|---|
PluginDescriptorGenerator
(BuildSettings buildSettings, java.lang.Object pluginName, java.util.List<Resource> resourceList) |
PluginDescriptorGenerator
(BuildSettings buildSettings, java.lang.String pluginName, Resource[] resourceList) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
generatePluginXml(java.lang.Object pluginProps, java.io.Writer target)Generates the plugin.xml descriptor to the given target writer |
|
void |
generatePluginXml(java.lang.Object pluginProps, groovy.util.IndentPrinter target)Generates the plugin.xml descriptor to the given target writer |
|
protected void |
generatePluginXml(java.lang.Object pluginProps, groovy.xml.MarkupBuilder xml) |
| 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() |
Generates the plugin.xml descriptor to the given target writer
pluginProps - The plugin properties object. Typically a map of propertiestarget - The target writerGenerates the plugin.xml descriptor to the given target writer
pluginProps - The plugin properties object. Typically a map of propertiestarget - The target writerGroovy Documentation