Class WebInfConfiguration.ContainerPathNameMatcher

  • Enclosing class:
    WebInfConfiguration

    @Deprecated(since="2021-05-27")
    public class WebInfConfiguration.ContainerPathNameMatcher
    extends PatternMatcher
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    ContainerPathNameMatcher Matches names of jars on the container classpath against a pattern. If no pattern is specified, no jars match.
    • Constructor Detail

      • ContainerPathNameMatcher

        public ContainerPathNameMatcher​(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