org.apache.archiva.metadata.repository.filter
Interface Filter<T>

All Known Implementing Classes:
AllFilter, ExcludesFilter, IncludesFilter

public interface Filter<T>


Method Summary
 boolean accept(T value)
           
 

Method Detail

accept

boolean accept(T value)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.