com.jgoodies.jdiskreport.model.scan
Class DepthFirstScanner
java.lang.Object
com.jgoodies.jdiskreport.model.scan.DepthFirstScanner
- All Implemented Interfaces:
- Scanner
public final class DepthFirstScanner
- extends Object
- implements Scanner
Scans a file system in depth-first order and returns a scan result,
which consists of the scan configuration and a tree of Directory instances
and FileInfos that represent the scanned tree.
- Version:
- $Revision: 1.5 $
- Author:
- Karsten Lentzsch
Nested classes/interfaces inherited from interface com.jgoodies.jdiskreport.model.scan.Scanner |
Scanner.ScanLog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DepthFirstScanner
public DepthFirstScanner()
scan
public ScanResult scan(ScanConfiguration scanConfiguration,
Scanner.ScanLog scanLog)
- Specified by:
scan
in interface Scanner
Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.