Class ClassMatcher
java.lang.Object
java.util.AbstractCollection<String>
java.util.AbstractSet<String>
org.eclipse.jetty.util.ClassMatcher
org.eclipse.jetty.ee9.webapp.ClassMatcher
- 
Nested Class SummaryNested classes/interfaces inherited from class ClassMatcherClassMatcher.ByClass, ClassMatcher.ByLocation, ClassMatcher.ByLocationOrModule, ClassMatcher.ByModule, ClassMatcher.ByPackage, ClassMatcher.ByPackageOrName, ClassMatcher.Constructor<T>, ClassMatcher.Entry
- 
Field SummaryFields inherited from class ClassMatcher_entries, _locations, _patterns
- 
Constructor SummaryConstructorsModifierConstructorDescriptionClassMatcher(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 SummaryMethods inherited from class ClassMatcheradd, add, add, clear, exclude, exclude, getExclusions, getInclusions, getPatterns, include, include, iterator, match, match, match, newEntry, newEntry, remove, size, wrapMethods inherited from class AbstractSetequals, hashCode, removeAllMethods inherited from class AbstractCollectionaddAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface SetaddAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
- 
Constructor Details- 
ClassMatcherpublic ClassMatcher()
- 
ClassMatcher
- 
ClassMatcher
- 
ClassMatcher
- 
ClassMatcher
- 
ClassMatcherprotected ClassMatcher(Map<String, ClassMatcher.Entry> entries, IncludeExcludeSet<ClassMatcher.Entry, String> patterns, IncludeExcludeSet<ClassMatcher.Entry, URI> locations) 
 
- 
- 
Method Details- 
asImmutable- Overrides:
- asImmutablein class- ClassMatcher
 
 
-