Class MetaInfConfiguration.ContainerPathNameMatcher

java.lang.Object
org.eclipse.jetty.util.PatternMatcher
org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher
Enclosing class:
MetaInfConfiguration

public class MetaInfConfiguration.ContainerPathNameMatcher extends org.eclipse.jetty.util.PatternMatcher
ContainerPathNameMatcher Matches names of jars on the container classpath against a pattern. If no pattern is specified, no jars match.
  • Field Details

  • Constructor Details

    • ContainerPathNameMatcher

      public ContainerPathNameMatcher(WebAppContext context, String pattern)
  • Method Details