public class PluginDefinitionFilter extends java.lang.Object implements Filter<org.jdom.Element>
Constructor and Description |
---|
PluginDefinitionFilter()
Create a new filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(org.jdom.Element tag)
Evaluate if the given object should pass the filter or not.
|
public boolean evaluate(org.jdom.Element tag)
Filter