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.Node
doAnd()
private Filter.Node
doNot()
private Filter.Node
doOr()
private Filter.Node
doQuery()
(package private) Filter.Node
doSimple()
(package private) java.lang.String
getKey()
private java.lang.String
getValue()
(package private) boolean
prefix(java.lang.String pre)
(package private) java.lang.String
skip(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()
-
-