Class WebInfConfiguration.ContainerPathNameMatcher

  • Enclosing class:
    WebInfConfiguration

    public class WebInfConfiguration.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void match​(java.util.List<java.net.URI> uris)  
      void matched​(java.net.URI uri)  
      • Methods inherited from class org.eclipse.jetty.util.PatternMatcher

        match, matchPatterns
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _pattern

        protected final java.util.regex.Pattern _pattern
    • Constructor Detail

      • ContainerPathNameMatcher

        public ContainerPathNameMatcher​(WebAppContext context,
                                        java.util.regex.Pattern pattern)
    • Method Detail

      • match

        public void match​(java.util.List<java.net.URI> uris)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • matched

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