Class DependencyStatusSets
java.lang.Object
org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- Author:
- Brian Fox
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ctor.DependencyStatusSets(Set<org.apache.maven.artifact.Artifact> resolved, Set<org.apache.maven.artifact.Artifact> unResolved, Set<org.apache.maven.artifact.Artifact> skipped) -
Method Summary
Modifier and TypeMethodDescriptionSet<org.apache.maven.artifact.Artifact> Set<org.apache.maven.artifact.Artifact> Set<org.apache.maven.artifact.Artifact> voidsetResolvedDependencies(Set<org.apache.maven.artifact.Artifact> resolvedDependencies) voidsetSkippedDependencies(Set<org.apache.maven.artifact.Artifact> skippedDependencies) voidsetUnResolvedDependencies(Set<org.apache.maven.artifact.Artifact> unResolvedDependencies)
-
Constructor Details
-
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 ofArtifactunResolved- set ofArtifactskipped- set ofArtifact
-
-
Method Details
-
getResolvedDependencies
- Returns:
- returns the resolvedDependencies
-
setResolvedDependencies
- Parameters:
resolvedDependencies- the resolvedDependencies to set
-
getSkippedDependencies
- Returns:
- returns the skippedDependencies
-
setSkippedDependencies
- Parameters:
skippedDependencies- the skippedDependencies to set
-
getUnResolvedDependencies
- Returns:
- returns the unResolvedDependencies
-
setUnResolvedDependencies
public void setUnResolvedDependencies(Set<org.apache.maven.artifact.Artifact> unResolvedDependencies) - Parameters:
unResolvedDependencies- the unResolvedDependencies to set
-