Class Extension

    • Constructor Detail

      • Extension

        public Extension()
    • Method Detail

      • 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
      • 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.