|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.client.jar.DiscoveredArtifacts
public class DiscoveredArtifacts
The collection of artifacts found during the discovery process.
| Constructor Summary | |
|---|---|
DiscoveredArtifacts()
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(File file)
Adds a candidate artifact to the set of collected (accepted/discovered) artifacts. |
protected Set<DiscoveredArtifact> |
getArtifacts()
|
void |
index(File workDir)
Indexes all of the discovered artifacts using the given directory as the base directory (for determining canonical archive paths). |
Iterator<DiscoveredArtifact> |
iterator()
|
protected void |
setArtifacts(Set<DiscoveredArtifact> artifacts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiscoveredArtifacts()
| Method Detail |
|---|
public void add(File file)
candidate - public void index(File workDir)
workDir - public Iterator<DiscoveredArtifact> iterator()
iterator in interface Iterable<DiscoveredArtifact>Iterable.iterator()protected Set<DiscoveredArtifact> getArtifacts()
protected void setArtifacts(Set<DiscoveredArtifact> artifacts)
artifacts - the artifacts to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||