Package aQute.lib.filter
Class Filter.Query
- java.lang.Object
-
- aQute.lib.filter.Filter.Query
-
- Enclosing class:
- Filter
class Filter.Query extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Filter.NodedoAnd()private Filter.NodedoNot()private Filter.NodedoOr()private Filter.NodedoQuery()(package private) Filter.NodedoSimple()(package private) java.lang.StringgetKey()private java.lang.StringgetValue()(package private) booleanprefix(java.lang.String pre)(package private) java.lang.Stringskip(int skip)
-
-
-
Method Detail
-
doQuery
private Filter.Node doQuery() throws java.lang.Exception
- Throws:
java.lang.Exception
-
doAnd
private Filter.Node doAnd() throws java.lang.Exception
- Throws:
java.lang.Exception
-
skip
java.lang.String skip(int skip)
-
doOr
private Filter.Node doOr() throws java.lang.Exception
- Throws:
java.lang.Exception
-
doNot
private Filter.Node doNot() throws java.lang.Exception
- Throws:
java.lang.Exception
-
doSimple
Filter.Node doSimple() throws java.lang.Exception
- Throws:
java.lang.Exception
-
prefix
boolean prefix(java.lang.String pre)
-
getKey
java.lang.String getKey() throws java.lang.Exception- Throws:
java.lang.Exception
-
getValue
private java.lang.String getValue()
-
-