Package | Description |
---|---|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Field and Description |
---|---|
private IncludeExcludeSet<java.lang.String,java.net.InetAddress> |
InetAccessHandler._addrs |
private IncludeExcludeSet<java.lang.String,java.net.InetAddress> |
ThreadLimitHandler._includeExcludeSet |
Modifier and Type | Class and Description |
---|---|
class |
IncludeExclude<ITEM>
Utility class to maintain a set of inclusions and exclusions.
|
Modifier and Type | Field and Description |
---|---|
protected IncludeExcludeSet<java.nio.file.PathMatcher,java.nio.file.Path> |
PathWatcher.Config.includeExclude |
(package private) IncludeExcludeSet<java.nio.file.PathMatcher,java.nio.file.Path> |
Scanner.Visitor.rootIncludesExcludes |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.nio.file.Path,IncludeExcludeSet<java.nio.file.PathMatcher,java.nio.file.Path>> |
Scanner._scannables |
Modifier and Type | Method and Description |
---|---|
IncludeExcludeSet<java.nio.file.PathMatcher,java.nio.file.Path> |
Scanner.addDirectory(java.nio.file.Path p)
Add a directory to be scanned.
|
Modifier and Type | Method and Description |
---|---|
static <T1,T2> boolean |
IncludeExcludeSet.matchCombined(T1 item1,
IncludeExcludeSet<?,T1> set1,
T2 item2,
IncludeExcludeSet<?,T2> set2)
Match items in combined IncludeExcludeSets.
|
static <T1,T2> boolean |
IncludeExcludeSet.matchCombined(T1 item1,
IncludeExcludeSet<?,T1> set1,
T2 item2,
IncludeExcludeSet<?,T2> set2)
Match items in combined IncludeExcludeSets.
|
Constructor and Description |
---|
Visitor(java.nio.file.Path root,
IncludeExcludeSet<java.nio.file.PathMatcher,java.nio.file.Path> rootIncludesExcludes,
java.util.Map<java.lang.String,Scanner.TimeNSize> scanInfoMap) |
Modifier and Type | Field and Description |
---|---|
(package private) IncludeExcludeSet<ClasspathPattern.Entry,java.net.URI> |
ClasspathPattern._locations |
(package private) IncludeExcludeSet<ClasspathPattern.Entry,java.lang.String> |
ClasspathPattern._packageOrNamePatterns |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
ClasspathPattern.combine(IncludeExcludeSet<ClasspathPattern.Entry,java.lang.String> names,
java.lang.String name,
IncludeExcludeSet<ClasspathPattern.Entry,java.net.URI> locations,
java.util.function.Supplier<java.net.URI> location)
Match a class against inclusions and exclusions by name and location.
|
(package private) static boolean |
ClasspathPattern.combine(IncludeExcludeSet<ClasspathPattern.Entry,java.lang.String> names,
java.lang.String name,
IncludeExcludeSet<ClasspathPattern.Entry,java.net.URI> locations,
java.util.function.Supplier<java.net.URI> location)
Match a class against inclusions and exclusions by name and location.
|