Uses of Interface
net.sf.taverna.raven.spi.ArtifactFilter

Packages that use ArtifactFilter
net.sf.taverna.raven.spi Listeners used to bind to a Repository and provide monitoring of that Repository for implementations of a particular Service Provider Interface (SPI). 
 

Uses of ArtifactFilter in net.sf.taverna.raven.spi
 

Classes in net.sf.taverna.raven.spi that implement ArtifactFilter
 class AbstractArtifactFilter
           
 class LatestVersionFilter
          Filters the set of artifacts, removing all but the latest version of each groupId,artifactId pair.
 class Profile
          A Profile in this context is a set of Artifacts that are known to work in conjunction with one another.
 

Methods in net.sf.taverna.raven.spi with parameters of type ArtifactFilter
 void SpiRegistry.addFilter(ArtifactFilter af)
          Add a new ArtifactFilter
 void ArtifactFilterListener.filterChanged(ArtifactFilter filter)
           
 void SpiRegistry.filterChanged(ArtifactFilter filter)
           
 

Method parameters in net.sf.taverna.raven.spi with type arguments of type ArtifactFilter
 void SpiRegistry.setFilters(java.util.List<ArtifactFilter> newFilters)
          Set the filter list