Package | Description |
---|---|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Scanner.TimeNSize> |
Scanner._currentScan |
private java.util.Map<java.lang.String,Scanner.TimeNSize> |
Scanner._prevScan |
(package private) java.util.Map<java.lang.String,Scanner.TimeNSize> |
Scanner.Visitor.scanInfoMap |
Modifier and Type | Method and Description |
---|---|
private void |
Scanner.reportDifferences(java.util.Map<java.lang.String,Scanner.TimeNSize> currentScan,
java.util.Map<java.lang.String,Scanner.TimeNSize> oldScan)
Report the adds/changes/removes to the registered listeners
|
private void |
Scanner.reportDifferences(java.util.Map<java.lang.String,Scanner.TimeNSize> currentScan,
java.util.Map<java.lang.String,Scanner.TimeNSize> oldScan)
Report the adds/changes/removes to the registered listeners
|
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) |