Class MojoParameters


  • @Deprecated
    public class MojoParameters
    extends java.lang.Object
    Deprecated.
    As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class but MojoParameters instead.
    Static helpers to create and manipulate mojo execution configuration parameters
    Since:
    3.2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      MojoParameters()
      Deprecated.
       
    • Method Summary

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

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

      • MojoParameters

        public MojoParameters()
        Deprecated.
    • Method Detail

      • newParameter

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