public class ProjectRepoContent extends Object implements Iterable<ArtifactRepoContent>
| Constructor and Description |
|---|
ProjectRepoContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArtifact(ArtifactRepoContent artifact) |
Set<ArtifactRepoContent> |
getArtifacts() |
Iterator<ArtifactRepoContent> |
iterator() |
void |
setArtifacts(Set<ArtifactRepoContent> artifacts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void addArtifact(ArtifactRepoContent artifact)
public Set<ArtifactRepoContent> getArtifacts()
public void setArtifacts(Set<ArtifactRepoContent> artifacts)
public Iterator<ArtifactRepoContent> iterator()
iterator in interface Iterable<ArtifactRepoContent>Copyright © 2011-2015. All Rights Reserved.