Class XMvnMojoExecutionListener.MojoGoal

  • Enclosing class:
    XMvnMojoExecutionListener

    private static class XMvnMojoExecutionListener.MojoGoal
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String artifactId  
      private java.lang.String goal  
      private java.lang.String groupId  
    • Constructor Summary

      Constructors 
      Constructor Description
      MojoGoal​(java.lang.String groupId, java.lang.String artifactId, java.lang.String goal)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean equals​(org.apache.maven.plugin.MojoExecution execution)  
      • Methods inherited from class java.lang.Object

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

      • groupId

        private final java.lang.String groupId
      • artifactId

        private final java.lang.String artifactId
      • goal

        private final java.lang.String goal
    • Constructor Detail

      • MojoGoal

        MojoGoal​(java.lang.String groupId,
                 java.lang.String artifactId,
                 java.lang.String goal)
    • Method Detail

      • equals

        boolean equals​(org.apache.maven.plugin.MojoExecution execution)