Uses of Class
org.osgi.framework.FilterImpl
-
Packages that use FilterImpl Package Description org.osgi.framework Framework Package Version 1.10. -
-
Uses of FilterImpl in org.osgi.framework
Subclasses of FilterImpl in org.osgi.framework Modifier and Type Class Description (package private) static classFilterImpl.And(package private) static classFilterImpl.Approx(package private) static classFilterImpl.Equal(package private) static classFilterImpl.GreaterEqual(package private) static classFilterImpl.Item(package private) static classFilterImpl.LessEqual(package private) static classFilterImpl.Not(package private) static classFilterImpl.Or(package private) static classFilterImpl.Present(package private) static classFilterImpl.SubstringFields in org.osgi.framework declared as FilterImpl Modifier and Type Field Description private FilterImplFilterImpl.Not. operandprivate FilterImpl[]FilterImpl.And. operandsprivate FilterImpl[]FilterImpl.Or. operandsMethods in org.osgi.framework that return FilterImpl Modifier and Type Method Description (package private) static FilterImplFilterImpl. createFilter(java.lang.String filterString)Creates aFilterImplobject.(package private) FilterImplFilterImpl.Parser. parse()private FilterImplFilterImpl.Parser. parse_and()private FilterImplFilterImpl.Parser. parse_filter()private FilterImplFilterImpl.Parser. parse_filtercomp()private FilterImplFilterImpl.Parser. parse_item()private FilterImplFilterImpl.Parser. parse_not()private FilterImplFilterImpl.Parser. parse_or()Constructors in org.osgi.framework with parameters of type FilterImpl Constructor Description And(FilterImpl[] operands)Not(FilterImpl operand)Or(FilterImpl[] operands)
-