org.eclipse.tigerstripe.plugins
Interface IArtifactFilter


public interface IArtifactFilter

This interface must be implemented by Artifact filters when used to limit the scope of an ArtifactBased rule

Since:
1.2
Author:
Eric Dillon

Method Summary
 boolean select(IAbstractArtifact artifact)
          Determines if the given artifact passes this filter.
 

Method Detail

select

boolean select(IAbstractArtifact artifact)
Determines if the given artifact passes this filter.

Parameters:
artifact - - Artifact to compare against the filter
Returns:
true iff the object is accepted by the filter.