Class DependencyStatusSets

    • Constructor Detail

      • DependencyStatusSets

        public DependencyStatusSets()
        Default ctor.
      • DependencyStatusSets

        public DependencyStatusSets​(Set<org.apache.maven.artifact.Artifact> resolved,
                                    Set<org.apache.maven.artifact.Artifact> unResolved,
                                    Set<org.apache.maven.artifact.Artifact> skipped)
        Parameters:
        resolved - set of Artifact
        unResolved - set of Artifact
        skipped - set of Artifact
    • Method Detail

      • getResolvedDependencies

        public Set<org.apache.maven.artifact.Artifact> getResolvedDependencies()
        Returns:
        Returns the resolvedDependencies.
      • setResolvedDependencies

        public void setResolvedDependencies​(Set<org.apache.maven.artifact.Artifact> resolvedDependencies)
        Parameters:
        resolvedDependencies - The resolvedDependencies to set.
      • getSkippedDependencies

        public Set<org.apache.maven.artifact.Artifact> getSkippedDependencies()
        Returns:
        Returns the skippedDependencies.
      • setSkippedDependencies

        public void setSkippedDependencies​(Set<org.apache.maven.artifact.Artifact> skippedDependencies)
        Parameters:
        skippedDependencies - The skippedDependencies to set.
      • getUnResolvedDependencies

        public Set<org.apache.maven.artifact.Artifact> getUnResolvedDependencies()
        Returns:
        Returns the unResolvedDependencies.
      • setUnResolvedDependencies

        public void setUnResolvedDependencies​(Set<org.apache.maven.artifact.Artifact> unResolvedDependencies)
        Parameters:
        unResolvedDependencies - The unResolvedDependencies to set.