JXTA

net.jxta.impl.peergroup
Interface CompatibilityEquater


public interface CompatibilityEquater


Method Summary
 boolean compatible(Element test)
          Evaluates if the given compatibility statement makes the module that bears it is lodable by this group.
 

Method Detail

compatible

boolean compatible(Element test)
Evaluates if the given compatibility statement makes the module that bears it is lodable by this group.

Parameters:
test - the element to test
Returns:
boolean True if test is compatible with target.

JXSE