Uses of Class
org.eclipse.jetty.util.IncludeExcludeSet
Packages that use IncludeExcludeSet
Package
Description
Jetty Util : Modular Web Application Support
Jetty Util : Common Utility Classes
-
Uses of IncludeExcludeSet in org.eclipse.jetty.ee10.webapp
Constructors in org.eclipse.jetty.ee10.webapp with parameters of type IncludeExcludeSetModifierConstructorDescriptionprotected
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 IncludeExcludeSet in org.eclipse.jetty.util
Subclasses of IncludeExcludeSet in org.eclipse.jetty.utilModifier and TypeClassDescriptionclass
IncludeExclude<ITEM>
Utility class to maintain a set of inclusions and exclusions.Fields in org.eclipse.jetty.util declared as IncludeExcludeSetModifier and TypeFieldDescriptionprotected final IncludeExcludeSet<ClassMatcher.Entry,
URI> ClassMatcher._locations
protected final IncludeExcludeSet<ClassMatcher.Entry,
String> ClassMatcher._patterns
Methods in org.eclipse.jetty.util that return IncludeExcludeSetModifier and TypeMethodDescriptionScanner.addDirectory
(Path p) Add a directory to be scanned.IncludeExcludeSet.asImmutable()
Methods in org.eclipse.jetty.util with parameters of type IncludeExcludeSetModifier and TypeMethodDescriptionClassMatcher.Constructor.construct
(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) Deprecated.Constructors in org.eclipse.jetty.util with parameters of type IncludeExcludeSetModifierConstructorDescriptionprotected
ClassMatcher
(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations)