com.eginc.maven.maximo.plugin
Class FileListing

java.lang.Object
  extended by com.eginc.maven.maximo.plugin.FileListing

public class FileListing
extends java.lang.Object

Version:
= $Id
Author:
egiguere

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

FileListing

public FileListing()
Method Detail

getFileListing

public java.util.List getFileListing(java.io.File aStartingDir,
                                     boolean includeDirs,
                                     boolean stripRoot)
                              throws java.io.FileNotFoundException
Recursively walk a directory tree and return a List of all Files found; the List is sorted using File.compareTo.

Parameters:
aStartingDir - is a valid directory, which can be read.
Throws:
java.io.FileNotFoundException


Copyright © 2007-2009 Consultation Eric Gigučre Inc.. All Rights Reserved.