org.apache.abdera.ext.features
Class AcceptSelector

java.lang.Object
  extended by org.apache.abdera.ext.features.AbstractSelector
      extended by org.apache.abdera.ext.features.AcceptSelector
All Implemented Interfaces:
Serializable, Cloneable, Selector

public class AcceptSelector
extends AbstractSelector
implements Selector

See Also:
Serialized Form

Constructor Summary
AcceptSelector(String... accepts)
           
 
Method Summary
 boolean select(Collection collection)
           
 
Methods inherited from class org.apache.abdera.ext.features.AbstractSelector
clone, copy
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.ext.features.Selector
clone
 

Constructor Detail

AcceptSelector

public AcceptSelector(String... accepts)
Method Detail

select

public boolean select(Collection collection)
Specified by:
select in interface Selector


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.