Class PluginDefinitionFilter
- java.lang.Object
-
- net.sf.basedb.util.extensions.xml.PluginDefinitionFilter
-
public class PluginDefinitionFilter extends Object implements Filter<Element>
Filter implementation that only matches tags for plug-in definitions. This filter is useful if the parser is not interested in extensions.- Since:
- 3.0
- Author:
- Nicklas
- Last modified
- $Date: 2011-03-30 11:44:57 +0200 (on, 30 mar 2011) $
-
-
Constructor Summary
Constructors Constructor Description PluginDefinitionFilter()
Create a new filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(Element tag)
Evaluate if the given object should pass the filter or not.
-