Uses of Class
org.eclipse.jetty.util.ClassMatcher.Entry
Packages that use ClassMatcher.Entry
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Modular Web Application Support
Jetty Util : Common Utility Classes
- 
Uses of ClassMatcher.Entry in org.eclipse.jetty.ee10.webappConstructor parameters in org.eclipse.jetty.ee10.webapp with type arguments of type ClassMatcher.EntryModifierConstructorDescriptionprotectedClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) Deprecated, for removal: This API element is subject to removal in a future version.protectedClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of ClassMatcher.Entry in org.eclipse.jetty.ee8.webappConstructor parameters in org.eclipse.jetty.ee8.webapp 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) 
- 
Uses of ClassMatcher.Entry in org.eclipse.jetty.ee9.webappConstructor parameters in org.eclipse.jetty.ee9.webapp 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) 
- 
Uses of ClassMatcher.Entry in org.eclipse.jetty.utilSubclasses with type arguments of type ClassMatcher.Entry in org.eclipse.jetty.utilModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classFields 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)