|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.eginc.maven.maximo.plugin.FileListing
public class FileListing
| Constructor Summary | |
|---|---|
FileListing()
|
|
| Method Summary | |
|---|---|
java.util.List |
getFileListing(java.io.File aStartingDir,
boolean includeDirs,
boolean stripRoot)
Recursively walk a directory tree and return a List of all Files found; the List is sorted using File.compareTo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileListing()
| Method Detail |
|---|
public java.util.List getFileListing(java.io.File aStartingDir,
boolean includeDirs,
boolean stripRoot)
throws java.io.FileNotFoundException
aStartingDir - is a valid directory, which can be read.
java.io.FileNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||