Package org.eclipse.jetty.webapp
Class WebInfConfiguration.ContainerPathNameMatcher
- java.lang.Object
-
- org.eclipse.jetty.util.PatternMatcher
-
- org.eclipse.jetty.webapp.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 Summary
Constructors Constructor Description ContainerPathNameMatcher(WebAppContext context, java.util.regex.Pattern pattern)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
match(java.util.List<java.net.URI> uris)
Deprecated.void
matched(java.net.URI uri)
Deprecated.-
Methods inherited from class org.eclipse.jetty.util.PatternMatcher
match, matchPatterns
-
-
-
-
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 classPatternMatcher
- Throws:
java.lang.Exception
-
-