Groovy Documentation

org.gradle.plugins.eclipse
[Groovy] Class AbstractXmlGeneratorTask

java.lang.Object
  org.gradle.api.internal.ConventionTask
      org.gradle.plugins.eclipse.AbstractXmlGeneratorTask

class AbstractXmlGeneratorTask
extends ConventionTask

Authors:
Hans Dockter


Property Summary
ListenerBroadcast beforeConfiguredActions

ListenerBroadcast whenConfiguredActions

ListenerBroadcast withXmlActions

 
Method Summary
void beforeConfigured(groovy.lang.Closure closure)

void whenConfigured(groovy.lang.Closure closure)

void withXml(groovy.lang.Closure closure)

 

Property Detail

beforeConfiguredActions

ListenerBroadcast beforeConfiguredActions


whenConfiguredActions

ListenerBroadcast whenConfiguredActions


withXmlActions

ListenerBroadcast withXmlActions


 
Method Detail

beforeConfigured

void beforeConfigured(groovy.lang.Closure closure)


whenConfigured

void whenConfigured(groovy.lang.Closure closure)


withXml

void withXml(groovy.lang.Closure closure)


 

Groovy Documentation