Constructor and Description |
---|
DependencyStatusSets() |
DependencyStatusSets(Set<org.apache.maven.artifact.Artifact> resolved,
Set<org.apache.maven.artifact.Artifact> unResolved,
Set<org.apache.maven.artifact.Artifact> skipped) |
Modifier and Type | Method and Description |
---|---|
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) |
public Set<org.apache.maven.artifact.Artifact> getResolvedDependencies()
public void setResolvedDependencies(Set<org.apache.maven.artifact.Artifact> resolvedDependencies)
resolvedDependencies
- The resolvedDependencies to set.public Set<org.apache.maven.artifact.Artifact> getSkippedDependencies()
public void setSkippedDependencies(Set<org.apache.maven.artifact.Artifact> skippedDependencies)
skippedDependencies
- The skippedDependencies to set.public Set<org.apache.maven.artifact.Artifact> getUnResolvedDependencies()
public void setUnResolvedDependencies(Set<org.apache.maven.artifact.Artifact> unResolvedDependencies)
unResolvedDependencies
- The unResolvedDependencies to set.public String getOutput(boolean outputAbsoluteArtifactFilename)
public String getOutput(boolean outputAbsoluteArtifactFilename, boolean outputScope)
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.