org.apache.maven.plugin.dependency.utils
Class DependencyStatusSets

java.lang.Object
  extended by org.apache.maven.plugin.dependency.utils.DependencyStatusSets

public class DependencyStatusSets
extends Object

Version:
$Id: DependencyStatusSets.java 1081021 2011-03-13 00:17:39Z hboutemy $
Author:
Brian Fox

Constructor Summary
DependencyStatusSets()
           
DependencyStatusSets(Set<org.apache.maven.artifact.Artifact> resolved, Set<org.apache.maven.artifact.Artifact> unResolved, Set<org.apache.maven.artifact.Artifact> skipped)
           
 
Method Summary
 String getOutput(boolean outputAbsoluteArtifactFilename)
           
 String getOutput(boolean outputAbsoluteArtifactFilename, boolean outputScope)
           
 Set<org.apache.maven.artifact.Artifact> getResolvedDependencies()
           
 Set<org.apache.maven.artifact.Artifact> getSkippedDependencies()
           
 Set<org.apache.maven.artifact.Artifact> getUnResolvedDependencies()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyStatusSets

public DependencyStatusSets()

DependencyStatusSets

public DependencyStatusSets(Set<org.apache.maven.artifact.Artifact> resolved,
                            Set<org.apache.maven.artifact.Artifact> unResolved,
                            Set<org.apache.maven.artifact.Artifact> skipped)
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.

getOutput

public String getOutput(boolean outputAbsoluteArtifactFilename)

getOutput

public String getOutput(boolean outputAbsoluteArtifactFilename,
                        boolean outputScope)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.