Package org.eclipse.jetty.ee8.webapp
Class ClassMatcher
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<String>
org.eclipse.jetty.util.ClassMatcher
org.eclipse.jetty.ee8.webapp.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
ConstructorsModifierConstructorDescriptionClassMatcher(String pattern) ClassMatcher(String... patterns) protectedClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) ClassMatcher(ClassMatcher patterns) ClassMatcher(ClassMatcher patterns) -
Method Summary
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, wrapMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ClassMatcher
public ClassMatcher() -
ClassMatcher
-
ClassMatcher
-
ClassMatcher
-
ClassMatcher
-
ClassMatcher
protected ClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations)
-
-
Method Details
-
asImmutable
- Overrides:
asImmutablein classClassMatcher
-