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

    • InputSource

      public InputSource(String modelId, String location)
  • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object