Uses of Class
org.apache.ivy.osgi.filter.OSGiFilter
Packages that use OSGiFilter
-
Uses of OSGiFilter in org.apache.ivy.osgi.filter
Subclasses of OSGiFilter in org.apache.ivy.osgi.filterModifier and TypeClassDescriptionclassclassclassclassclassclassFields in org.apache.ivy.osgi.filter declared as OSGiFilterFields in org.apache.ivy.osgi.filter with type parameters of type OSGiFilterMethods in org.apache.ivy.osgi.filter that return OSGiFilterModifier and TypeMethodDescriptionUniOperatorFilter.getSubFilter()static OSGiFilter(package private) OSGiFilterOSGiFilterParser.Parser.parse()Do the parsingprivate OSGiFilterOSGiFilterParser.Parser.parseAnd()private OSGiFilterOSGiFilterParser.Parser.parseFilter()private OSGiFilterOSGiFilterParser.Parser.parseFilterComp()private OSGiFilterOSGiFilterParser.Parser.parseNot()private OSGiFilterOSGiFilterParser.Parser.parseOperation()private OSGiFilterOSGiFilterParser.Parser.parseOr()Methods in org.apache.ivy.osgi.filter that return types with arguments of type OSGiFilterMethods in org.apache.ivy.osgi.filter with parameters of type OSGiFilterConstructors in org.apache.ivy.osgi.filter with parameters of type OSGiFilterModifierConstructorDescriptionAndFilter(OSGiFilter[] filters) MultiOperatorFilter(OSGiFilter[] filters) NotFilter(OSGiFilter subFilter) OrFilter(OSGiFilter[] filters) UniOperatorFilter(OSGiFilter subFilter) -
Uses of OSGiFilter in org.apache.ivy.osgi.obr.xml
Fields in org.apache.ivy.osgi.obr.xml declared as OSGiFilterModifier and TypeFieldDescription(package private) OSGiFilterOBRXMLParser.AbstractRequirementHandler.filterprivate final OSGiFilterRequirement.filterMethods in org.apache.ivy.osgi.obr.xml that return OSGiFilterMethods in org.apache.ivy.osgi.obr.xml with parameters of type OSGiFilterModifier and TypeMethodDescriptionprivate voidRequirementAdapter.extractFilter(OSGiFilter filter) Constructors in org.apache.ivy.osgi.obr.xml with parameters of type OSGiFilter -
Uses of OSGiFilter in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 with type parameters of type OSGiFilterModifier and TypeFieldDescriptionprivate Map<OSGiFilter,String> P2ArtifactParser.RepositoryHandler.artifactPatternsConstructor parameters in org.apache.ivy.osgi.p2 with type arguments of type OSGiFilterModifierConstructorDescriptionArtifactsHandler(P2Descriptor p2Descriptor, Map<OSGiFilter, String> artifactPatterns, String repoUrl)