Package org.eclipse.jetty.ee10.webapp
Class ClassMatcher
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<String>
org.eclipse.jetty.util.ClassMatcher
org.eclipse.jetty.ee10.webapp.ClassMatcher
Deprecated, for removal: This API element is subject to removal in a future version.
Use org.eclipse.jetty.util.ClassMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.ClassMatcher
ClassMatcher.ByClass, ClassMatcher.ByLocation, ClassMatcher.ByLocationOrModule, ClassMatcher.ByModule, ClassMatcher.ByPackage, ClassMatcher.ByPackageOrName, ClassMatcher.Constructor<T extends ClassMatcher>, ClassMatcher.Entry
-
Field Summary
Fields inherited from class org.eclipse.jetty.util.ClassMatcher
_entries, _locations, _patterns
-
Constructor Summary
ModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.ClassMatcher
(String pattern) Deprecated, for removal: This API element is subject to removal in a future version.ClassMatcher
(String... patterns) 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.ClassMatcher
(ClassMatcher patterns) Deprecated, for removal: This API element is subject to removal in a future version.ClassMatcher
(ClassMatcher patterns) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.eclipse.jetty.util.ClassMatcher
add, add, add, clear, exclude, exclude, getExclusions, getInclusions, getPatterns, include, include, iterator, match, match, match, newEntry, newEntry, remove, size, wrap
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ClassMatcher
public ClassMatcher()Deprecated, for removal: This API element is subject to removal in a future version. -
ClassMatcher
Deprecated, for removal: This API element is subject to removal in a future version. -
ClassMatcher
Deprecated, for removal: This API element is subject to removal in a future version. -
ClassMatcher
Deprecated, for removal: This API element is subject to removal in a future version. -
ClassMatcher
Deprecated, for removal: This API element is subject to removal in a future version. -
ClassMatcher
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.
-
-
Method Details
-
asImmutable
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
asImmutable
in classClassMatcher
-