org.twdata.maven.mojoexecutor
Class MojoExecutor.Element

java.lang.Object
  extended by org.twdata.maven.mojoexecutor.MojoExecutor.Element
Enclosing class:
MojoExecutor

public static class MojoExecutor.Element
extends Object

Element wrapper class for configuration elements


Constructor Summary
MojoExecutor.Element(String name, MojoExecutor.Element... children)
           
MojoExecutor.Element(String name, String text, MojoExecutor.Element... children)
           
 
Method Summary
 org.codehaus.plexus.util.xml.Xpp3Dom toDom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MojoExecutor.Element

public MojoExecutor.Element(String name,
                            MojoExecutor.Element... children)

MojoExecutor.Element

public MojoExecutor.Element(String name,
                            String text,
                            MojoExecutor.Element... children)
Method Detail

toDom

public org.codehaus.plexus.util.xml.Xpp3Dom toDom()


Copyright © 2012. All Rights Reserved.