Package | Description |
---|---|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
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 |
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,org.eclipse.jetty.util.Scanner.TimeNSize> scanInfoMap) |
Copyright © 1995–2019 Webtide. All rights reserved.