|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fuin.examples.aspects4swing.LargestFileFinder
public final class LargestFileFinder
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 |
---|
public LargestFileFinder()
Method Detail |
---|
public final java.io.File findLargestFile(java.io.File dir)
dir
- Directory.
null
if no file was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |