Class WebInfConfiguration.WebAppPathNameMatcher

  • Enclosing class:
    WebInfConfiguration

    @Deprecated(since="2021-05-27")
    public class WebInfConfiguration.WebAppPathNameMatcher
    extends PatternMatcher
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    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

      • WebAppPathNameMatcher

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

      • match

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

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