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 |
Modifier and Type | Method and Description |
---|---|
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
|
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.scanFile(java.io.File f,
java.util.Map<java.lang.String,Scanner.TimeNSize> scanInfoMap,
int depth)
Get last modified time on a single file or recurse if
the file is a directory.
|