org.repoweb.model.file
Class FArtifactList

java.lang.Object
  extended byorg.repoweb.model.file.FArtifactList
All Implemented Interfaces:
ArtifactList

class FArtifactList
extends java.lang.Object
implements ArtifactList

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

FArtifactList(Artifact[] artifacts)
Method Detail

getArtifacts

public java.util.List getArtifacts()
Description copied from interface: ArtifactList
Return all the artifact.

Specified by:
getArtifacts in interface ArtifactList
Returns:
List of Artifact's Object

getArtifactCount

public int getArtifactCount()
Description copied from interface: ArtifactList
Return the number of artifact.

Specified by:
getArtifactCount in interface ArtifactList
Returns:
number of artifact.

newPropertyFilter

public ArtifactListFilter newPropertyFilter(java.lang.String artifactProperty)
Description copied from interface: ArtifactList
Return a filter to iterate on property.

Specified by:
newPropertyFilter in interface ArtifactList
Parameters:
artifactProperty - the property to iterate on
Returns:
a filter.

newArtifactFilter

public ArtifactListFilter newArtifactFilter()
Description copied from interface: ArtifactList
Return a filter to iterate on artifact.

Specified by:
newArtifactFilter in interface ArtifactList
Returns:
a filter


Copyright © 2003-2005 Repoweb. All Rights Reserved.