Class ClassMatcher

All Implemented Interfaces:
Iterable<String>, Collection<String>, Set<String>

@Deprecated(since="12.0.8", forRemoval=true) public class ClassMatcher extends ClassMatcher
Deprecated, for removal: This API element is subject to removal in a future version.
Use org.eclipse.jetty.util.ClassMatcher
  • Constructor Details

    • ClassMatcher

      public ClassMatcher()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ClassMatcher

      public ClassMatcher(ClassMatcher patterns)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ClassMatcher

      public ClassMatcher(ClassMatcher patterns)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ClassMatcher

      public ClassMatcher(String... patterns)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ClassMatcher

      public ClassMatcher(String pattern)
      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.
  • Method Details

    • asImmutable

      public ClassMatcher asImmutable()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      asImmutable in class ClassMatcher