Module org.eclipse.jetty.webapp
Package org.eclipse.jetty.webapp
Class MetaInfConfiguration.ContainerPathNameMatcher
- java.lang.Object
-
- org.eclipse.jetty.util.PatternMatcher
-
- org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher
-
- Enclosing class:
- MetaInfConfiguration
public class MetaInfConfiguration.ContainerPathNameMatcher extends org.eclipse.jetty.util.PatternMatcherContainerPathNameMatcher Matches names of jars on the container classpath against a pattern. If no pattern is specified, no jars match.
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAppContext_contextprotected java.lang.String_pattern
-
Constructor Summary
Constructors Constructor Description ContainerPathNameMatcher(WebAppContext context, java.lang.String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmatch(java.util.List<java.net.URI> uris)voidmatched(java.net.URI uri)
-
-
-
Field Detail
-
_context
protected final WebAppContext _context
-
_pattern
protected final java.lang.String _pattern
-
-
Constructor Detail
-
ContainerPathNameMatcher
public ContainerPathNameMatcher(WebAppContext context, java.lang.String pattern)
-
-