org.repoweb.model
Interface ArtifactList

All Known Implementing Classes:
FArtifactList

public interface ArtifactList

Represent a list of artifact.


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.
 

Method Detail

getArtifacts

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

Returns:
List of Artifact's Object

getArtifactCount

public int getArtifactCount()
Return the number of artifact.

Returns:
number of artifact.

newPropertyFilter

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

Parameters:
artifactProperty - the property to iterate on
Returns:
a filter.

newArtifactFilter

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

Returns:
a filter


Copyright © 2003-2005 Repoweb. All Rights Reserved.