Class InputSource

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

public class InputSource extends Object implements Serializable, Cloneable
Class InputSource.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • InputSource

      public InputSource()
  • Method Details

    • clone

      public InputSource clone()
      Method clone.
      Overrides:
      clone in class Object
      Returns:
      InputSource
    • getLocation

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

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

      public void setLocation(String location)
      Set the path/URL of the POM or null if unknown.
      Parameters:
      location - a location object.
    • setModelId

      public void setModelId(String modelId)
      Set the identifier of the POM in the format <groupId>:<artifactId>:<version>.
      Parameters:
      modelId - a modelId object.
    • toString

      public String toString()
      Overrides:
      toString in class Object