Class Extension

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

public class Extension extends Object implements Serializable, Cloneable, InputLocationTracker
Describes a build extension to utilise.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Extension

      public Extension()
  • Method Details

    • clone

      public Extension clone()
      Method clone.
      Overrides:
      clone in class Object
      Returns:
      Extension
    • getArtifactId

      public String getArtifactId()
      Get the artifact ID of the extension.
      Returns:
      String
    • getGroupId

      public String getGroupId()
      Get the group ID of the extension's artifact.
      Returns:
      String
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Specified by:
      getLocation in interface InputLocationTracker
      Parameters:
      key - a key object.
      Returns:
      InputLocation
    • setLocation

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Specified by:
      setLocation in interface InputLocationTracker
      Parameters:
      key - a key object.
      location - a location object.
    • setOtherLocation

      public void setOtherLocation(Object key, InputLocation location)
      Parameters:
      key - a key object.
      location - a location object.
    • getVersion

      public String getVersion()
      Get the version of the extension.
      Returns:
      String
    • setArtifactId

      public void setArtifactId(String artifactId)
      Set the artifact ID of the extension.
      Parameters:
      artifactId - a artifactId object.
    • setGroupId

      public void setGroupId(String groupId)
      Set the group ID of the extension's artifact.
      Parameters:
      groupId - a groupId object.
    • setVersion

      public void setVersion(String version)
      Set the version of the extension.
      Parameters:
      version - a version object.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
      See Also: