Class DependencyStatusSets
java.lang.Object
org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- Author:
- Brian Fox
- 
Constructor SummaryConstructorsConstructorDescriptionDefault ctor.DependencyStatusSets(Set<org.apache.maven.artifact.Artifact> resolved, Set<org.apache.maven.artifact.Artifact> unResolved, Set<org.apache.maven.artifact.Artifact> skipped) 
- 
Method SummaryModifier 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- 
DependencyStatusSetspublic DependencyStatusSets()Default ctor.
- 
DependencyStatusSetspublic 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 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
 
- 
setUnResolvedDependenciespublic void setUnResolvedDependencies(Set<org.apache.maven.artifact.Artifact> unResolvedDependencies) - Parameters:
- unResolvedDependencies- the unResolvedDependencies to set
 
 
-