Uses of Class
org.eclipse.jetty.util.ClassMatcher.Entry
Packages that use ClassMatcher.Entry
-
Uses of ClassMatcher.Entry in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util with type parameters of type ClassMatcher.EntryModifier and TypeFieldDescriptionprotected final Map<String, ClassMatcher.Entry> ClassMatcher._entriesprotected final IncludeExcludeSet<ClassMatcher.Entry, URI> ClassMatcher._locationsprotected final IncludeExcludeSet<ClassMatcher.Entry, String> ClassMatcher._patternsMethods in org.eclipse.jetty.util that return ClassMatcher.EntryMethods in org.eclipse.jetty.util that return types with arguments of type ClassMatcher.EntryModifier and TypeMethodDescriptionClassMatcher.ByClass.iterator()ClassMatcher.ByLocationOrModule.iterator()ClassMatcher.ByModule.iterator()ClassMatcher.ByPackage.iterator()ClassMatcher.ByPackageOrName.iterator()Methods in org.eclipse.jetty.util with parameters of type ClassMatcher.EntryModifier and TypeMethodDescriptionprotected booleanClassMatcher.add(ClassMatcher.Entry entry) booleanClassMatcher.ByClass.add(ClassMatcher.Entry entry) booleanClassMatcher.ByLocationOrModule.add(ClassMatcher.Entry entry) booleanClassMatcher.ByModule.add(ClassMatcher.Entry entry) booleanClassMatcher.ByPackage.add(ClassMatcher.Entry entry) booleanClassMatcher.ByPackageOrName.add(ClassMatcher.Entry entry) Method parameters in org.eclipse.jetty.util with type arguments of type ClassMatcher.EntryModifier and TypeMethodDescriptionClassMatcher.Constructor.construct(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) Deprecated.ClassMatcher.Constructor.construct(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) Deprecated.Constructor parameters in org.eclipse.jetty.util with type arguments of type ClassMatcher.EntryModifierConstructorDescriptionprotectedClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) protectedClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations)