org.fuin.examples.aspects4swing
Class LargestFileFinder

java.lang.Object
  extended by org.fuin.examples.aspects4swing.LargestFileFinder

public final class LargestFileFinder
extends java.lang.Object

Helper class to demonstrate tracing.


Constructor Summary
LargestFileFinder()
           
 
Method Summary
 java.io.File findLargestFile(java.io.File dir)
          Find the largest file in a directory or it's sub directories.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LargestFileFinder

public LargestFileFinder()
Method Detail

findLargestFile

public final java.io.File findLargestFile(java.io.File dir)
Find the largest file in a directory or it's sub directories.

Parameters:
dir - Directory.
Returns:
Largest file found or null if no file was found.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.