Class MojoParameters


  • public class MojoParameters
    extends java.lang.Object
    Static helpers to create and manipulate mojo execution configuration parameters
    Since:
    3.2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      MojoParameters()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.codehaus.plexus.util.xml.Xpp3Dom newParameter​(java.lang.String name, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MojoParameters

        public MojoParameters()
    • Method Detail

      • newParameter

        public static org.codehaus.plexus.util.xml.Xpp3Dom newParameter​(java.lang.String name,
                                                                        java.lang.String value)