|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| PredicateFactory | Factory that creates Predicate instances based on names. |
| Class Summary | |
| And | Logical and between one or more predicates. |
| CompositePredicate | Baseclass for filters that contain other filters. |
| False | Always returns false. |
| HasClassTag | |
| IsA | |
| Not | Logical Not. |
| Or | Logical and between one or more predicates. |
| ReflectionPredicate | Predicate that uses reflection to call a no-argument method that returns a boolean. |
| SimplePredicateFactory | Simple predicate factory. |
| True | Always returns true. |
| Exception Summary | |
| PredicateException | This exception can be thrown by PredicateFactory. |
Various Predicate implementations. Useful in combination of Jakarta Commons Collections for filtering of elements in a Collection. This will be used by the plugins to filter out e.g. certain classes and methods during code generation.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||