Uses of Class
org.eclipse.jetty.util.ClassMatcher.Entry
Packages that use ClassMatcher.Entry
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Common Utility Classes
-
Uses of ClassMatcher.Entry in org.eclipse.jetty.ee10.webapp
Constructor parameters in org.eclipse.jetty.ee10.webapp with type arguments of type ClassMatcher.EntryModifierConstructorDescriptionprotected
ClassMatcher
(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.protected
ClassMatcher
(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.util
Fields in org.eclipse.jetty.util with type parameters of type ClassMatcher.EntryModifier and TypeFieldDescriptionprotected final Map<String,
ClassMatcher.Entry> ClassMatcher._entries
protected final IncludeExcludeSet<ClassMatcher.Entry,
URI> ClassMatcher._locations
protected final IncludeExcludeSet<ClassMatcher.Entry,
String> ClassMatcher._patterns
Methods 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 boolean
ClassMatcher.add
(ClassMatcher.Entry entry) boolean
ClassMatcher.ByClass.add
(ClassMatcher.Entry entry) boolean
ClassMatcher.ByLocationOrModule.add
(ClassMatcher.Entry entry) boolean
ClassMatcher.ByModule.add
(ClassMatcher.Entry entry) boolean
ClassMatcher.ByPackage.add
(ClassMatcher.Entry entry) boolean
ClassMatcher.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.EntryModifierConstructorDescriptionprotected
ClassMatcher
(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) protected
ClassMatcher
(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations)