Package org.eclipse.jetty.webapp
Class WebInfConfiguration.WebAppPathNameMatcher
- java.lang.Object
-
- org.eclipse.jetty.util.PatternMatcher
-
- org.eclipse.jetty.webapp.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 Summary
Constructors Constructor Description WebAppPathNameMatcher(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
-
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 classPatternMatcher
- Throws:
java.lang.Exception
-
-