|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.repoweb.model.file.FArtifactList
Classe responsable de .
Constructor Summary | |
(package private) |
FArtifactList(Artifact[] artifacts)
|
Method Summary | |
int |
getArtifactCount()
Return the number of artifact. |
java.util.List |
getArtifacts()
Return all the artifact. |
ArtifactListFilter |
newArtifactFilter()
Return a filter to iterate on artifact. |
ArtifactListFilter |
newPropertyFilter(java.lang.String artifactProperty)
Return a filter to iterate on property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
FArtifactList(Artifact[] artifacts)
Method Detail |
public java.util.List getArtifacts()
ArtifactList
getArtifacts
in interface ArtifactList
public int getArtifactCount()
ArtifactList
getArtifactCount
in interface ArtifactList
public ArtifactListFilter newPropertyFilter(java.lang.String artifactProperty)
ArtifactList
newPropertyFilter
in interface ArtifactList
artifactProperty
- the property to iterate on
public ArtifactListFilter newArtifactFilter()
ArtifactList
newArtifactFilter
in interface ArtifactList
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |