org.fuin.examples.aspects4swing
Class LargestFileFinder
java.lang.Object
org.fuin.examples.aspects4swing.LargestFileFinder
public final class LargestFileFinder
- extends Object
Helper class to demonstrate tracing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LargestFileFinder
public LargestFileFinder()
findLargestFile
public final File findLargestFile(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 © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.