org.exoplatform.maven.plugin.exobuild.utils
Class DependencyStatusSets
java.lang.Object
org.exoplatform.maven.plugin.exobuild.utils.DependencyStatusSets
public class DependencyStatusSets
- extends Object
- Version:
- $Id: DependencyStatusSets.java 728546 2008-12-21 22:56:51Z bentmann $
- Author:
- Brian Fox
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyStatusSets
public DependencyStatusSets()
DependencyStatusSets
public DependencyStatusSets(Set resolved,
Set unResolved,
Set skipped)
getResolvedDependencies
public Set getResolvedDependencies()
- Returns:
- Returns the resolvedDependencies.
setResolvedDependencies
public void setResolvedDependencies(Set resolvedDependencies)
- Parameters:
resolvedDependencies - The resolvedDependencies to set.
getSkippedDependencies
public Set getSkippedDependencies()
- Returns:
- Returns the skippedDependencies.
setSkippedDependencies
public void setSkippedDependencies(Set skippedDependencies)
- Parameters:
skippedDependencies - The skippedDependencies to set.
getUnResolvedDependencies
public Set getUnResolvedDependencies()
- Returns:
- Returns the unResolvedDependencies.
setUnResolvedDependencies
public void setUnResolvedDependencies(Set unResolvedDependencies)
- Parameters:
unResolvedDependencies - The unResolvedDependencies to set.
getOutput
public String getOutput(boolean outputAbsoluteArtifactFilename)
getOutput
public String getOutput(boolean outputAbsoluteArtifactFilename,
boolean outputScope)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.