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

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

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