Class WebInfConfiguration.WebAppPathNameMatcher

  • Enclosing class:
    WebInfConfiguration

    public class WebInfConfiguration.WebAppPathNameMatcher
    extends org.eclipse.jetty.util.PatternMatcher
    WebAppPathNameMatcher Matches names of jars or dirs on the webapp classpath against a pattern. If there is no pattern, all jars or dirs will match.
    • Constructor Detail

    • Method Detail

      • matched

        public void matched​(URI uri)
                     throws Exception
        Specified by:
        matched in class org.eclipse.jetty.util.PatternMatcher
        Throws:
        Exception
        See Also:
        PatternMatcher.matched(java.net.URI)