Class AdditionalPluginDependencies

java.lang.Object
org.mule.maven.pom.parser.api.model.AdditionalPluginDependencies

public class AdditionalPluginDependencies extends Object
Describe the additionalDependencies for a plugin configured in the Mule Maven Plugin
Since:
2.0.0
  • Constructor Details

  • Method Details

    • getGroupId

      public String getGroupId()
      Gets the groupId of the plugin.
      Returns:
      the groupId
    • getArtifactId

      public String getArtifactId()
      Gets the artifactId of the plugin.
      Returns:
      the artifactId
    • getAdditionalDependencies

      public List<BundleDescriptor> getAdditionalDependencies()
      Gets the additionalDependencies of the plugin.
      Returns:
      the additional dependencies
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object