Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Element

Uses of MojoExecutor.Element in org.twdata.maven.mojoexecutor
 

Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.Element
static MojoExecutor.Element MojoExecutor.element(String name, MojoExecutor.Element... elements)
          Constructs the element containg child elements
static MojoExecutor.Element MojoExecutor.element(String name, String value)
          Constructs the element with a textual body
 

Methods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Element
static org.codehaus.plexus.util.xml.Xpp3Dom MojoExecutor.configuration(MojoExecutor.Element... elements)
          Builds the configuration for the goal using Elements
static MojoExecutor.Element MojoExecutor.element(String name, MojoExecutor.Element... elements)
          Constructs the element containg child elements
 

Constructors in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Element
MojoExecutor.Element(String name, MojoExecutor.Element... children)
           
MojoExecutor.Element(String name, String text, MojoExecutor.Element... children)
           
 



Copyright © 2012. All Rights Reserved.