Package aQute.bnd.osgi.resource
Class FilterBuilder
java.lang.Object
aQute.bnd.osgi.resource.FilterBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
(package private) static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand()
approximate
(String key, Object value) end()
void
endAnd()
void
endOr()
private static String
If value must contain one of the characters reverse solidus ('\' \), asterisk ('*' *), parentheses open ('(' () or parentheses close (')' )), then these characters should be preceded with the reverse solidus ('\' \) character.in
(String key, VersionRange range) not()
or()
simple
(String key, FilterBuilder.Operator op, Object value) toString()
-
Field Details
-
current
FilterBuilder.Sub current
-
-
Constructor Details
-
FilterBuilder
public FilterBuilder()
-
-
Method Details
-
or
-
and
-
not
-
end
-
eq
-
neq
-
gt
-
lt
-
ge
-
le
-
isSet
-
approximate
-
simple
-
literal
-
escape
If value must contain one of the characters reverse solidus ('\' \), asterisk ('*' *), parentheses open ('(' () or parentheses close (')' )), then these characters should be preceded with the reverse solidus ('\' \) character. Spaces are significant in value. Space characters are defined by Character.isWhiteSpace(). -
toString
-
isPresent
-
in
-
in
-
endAnd
public void endAnd() -
endOr
public void endOr()
-