Class Exclusion

    • Constructor Detail

      • Exclusion

        public Exclusion()
    • Method Detail

      • clone

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

        public String getArtifactId()
        Get the artifact ID of the project to exclude.
        Returns:
        String
      • getGroupId

        public String getGroupId()
        Get the group ID of the project to exclude.
        Returns:
        String
      • setOtherLocation

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

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

        public void setGroupId​(String groupId)
        Set the group ID of the project to exclude.
        Parameters:
        groupId - a groupId object.