Groovy Documentation

org.akhikhl.wuff
[Groovy] Class EclipseBundlePluginXmlBuilder

java.lang.Object
  org.akhikhl.wuff.PluginXmlBuilder
      org.akhikhl.wuff.EclipseBundlePluginXmlBuilder

class EclipseBundlePluginXmlBuilder
extends PluginXmlBuilder

Authors:
akhikhl


Field Summary
protected java.util.List perspectiveIds

 
Fields inherited from class PluginXmlBuilder
existingConfig, log, project
 
Constructor Summary
EclipseBundlePluginXmlBuilder(Project project)

 
Method Summary
protected void populate(groovy.xml.MarkupBuilder pluginXml)

protected void populatePerspectives(groovy.xml.MarkupBuilder pluginXml)

protected void populateViews(groovy.xml.MarkupBuilder pluginXml)

 
Methods inherited from class PluginXmlBuilder
buildPluginXml, populate
 

Field Detail

perspectiveIds

protected java.util.List perspectiveIds


 
Constructor Detail

EclipseBundlePluginXmlBuilder

EclipseBundlePluginXmlBuilder(Project project)


 
Method Detail

populate

@Override
protected void populate(groovy.xml.MarkupBuilder pluginXml)


populatePerspectives

protected void populatePerspectives(groovy.xml.MarkupBuilder pluginXml)


populateViews

protected void populateViews(groovy.xml.MarkupBuilder pluginXml)


 

Groovy Documentation