JXTA

net.jxta.share
Interface ContentFilter


public interface ContentFilter

A ContentFilter is used to search local content.


Method Summary
 boolean accept(Content c)
          Returns true if the specified Content is accepted by this filter.
 

Method Detail

accept

public boolean accept(Content c)
Returns true if the specified Content is accepted by this filter.

JXTA