Class InputSource

java.lang.Object
org.apache.maven.api.model.InputSource
All Implemented Interfaces:
Serializable

public class InputSource extends Object implements Serializable
Class InputSource.
See Also:
  • Constructor Details

  • Method Details

    • getLocation

      public String getLocation()
      Get the path/URL of the POM or null if unknown.
      Returns:
      the location
    • getModelId

      public String getModelId()
      Get the identifier of the POM in the format <groupId>:<artifactId>:<version>.
      Returns:
      the model id
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

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

      public static InputSource merge(InputSource src1, InputSource src2)