Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.repoweb.model
Interface ArtifactList  view ArtifactList download ArtifactList.java


public interface ArtifactList

Represent a list of artifact.


Method Summary
 int getArtifactCount()
          DOCUMENT ME!
 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.
 

Method Detail

getArtifacts

public java.util.List getArtifacts()
Return all the artifact.


getArtifactCount

public int getArtifactCount()
DOCUMENT ME!


newPropertyFilter

public ArtifactListFilter newPropertyFilter(java.lang.String artifactProperty)
Return a filter to iterate on property.


newArtifactFilter

public ArtifactListFilter newArtifactFilter()
Return a filter to iterate on artifact.