com.atlassian.core.util.filter
Interface Filter

All Known Implementing Classes:
FilterChain

public interface Filter

Defines what objects should be filtered out of a list.


Method Summary
 boolean isIncluded(java.lang.Object o)
          Should an object be allowed through the filter?
 

Method Detail

isIncluded

boolean isIncluded(java.lang.Object o)
Should an object be allowed through the filter?

Returns:
true if the object can pass through the filter, false if the object is rejected by the filter.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.