Class AndMultiArtifactInfoFilter

java.lang.Object
org.apache.maven.index.AbstractMultiArtifactInfoFilter
org.apache.maven.index.AndMultiArtifactInfoFilter
All Implemented Interfaces:
ArtifactInfoFilter

public class AndMultiArtifactInfoFilter extends AbstractMultiArtifactInfoFilter
This is a aggregated artifact info filter that performs AND operation (all filter has to accept the artifact info, if one rejects, results is reject). It is implemented in "fail fast" way, as soon as some member ArtifactFilter rejects, it will be rejected.
Author:
cstamas