Class DependencyStatusSets
java.lang.Object
org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- Author:
- Brian Fox
-
Constructor Summary
ConstructorDescriptionDefault 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> void
setResolvedDependencies
(Set<org.apache.maven.artifact.Artifact> resolvedDependencies) void
setSkippedDependencies
(Set<org.apache.maven.artifact.Artifact> skippedDependencies) void
setUnResolvedDependencies
(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 ofArtifact
unResolved
- set ofArtifact
skipped
- 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.
-