com.jgoodies.jdiskreport.model.scan
Class DepthFirstScanner

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface com.jgoodies.jdiskreport.model.scan.Scanner
Scanner.ScanLog
 
Constructor Summary
DepthFirstScanner()
           
 
Method Summary
 ScanResult scan(ScanConfiguration scanConfiguration, Scanner.ScanLog scanLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthFirstScanner

public DepthFirstScanner()
Method Detail

scan

public ScanResult scan(ScanConfiguration scanConfiguration,
                       Scanner.ScanLog scanLog)
Specified by:
scan in interface Scanner


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.