Package aQute.lib.filter
Class Filter.Not
- java.lang.Object
-
- aQute.lib.filter.Filter.Node
-
- aQute.lib.filter.Filter.Not
-
- Enclosing class:
- Filter
class Filter.Not extends Filter.Node
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Filter.Node
target
-
Constructor Summary
Constructors Constructor Description Not(Filter.Node target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(Filter.Arguments arguments)
-
-
-
Field Detail
-
target
final Filter.Node target
-
-
Constructor Detail
-
Not
public Not(Filter.Node target)
-
-
Method Detail
-
match
public boolean match(Filter.Arguments arguments) throws java.lang.Exception
- Specified by:
match
in classFilter.Node
- Throws:
java.lang.Exception
-
-