com.googlecode.jslint4java.maven
Class FileLister

java.lang.Object
  extended by com.googlecode.jslint4java.maven.FileLister

public class FileLister
extends Object

Produce a list of files with includes and excludes.

Author:
hdm
See Also:
FileUtils.getDefaultExcludes(), FileUtils.getFiles(File, String, String)

Constructor Summary
FileLister(File sourceDirectory, List<String> includes, List<String> excludes)
           
 
Method Summary
 List<File> files()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLister

public FileLister(File sourceDirectory,
                  List<String> includes,
                  List<String> excludes)
Method Detail

files

public List<File> files()
                 throws IOException
Throws:
IOException


Copyright © 2007-2011. All Rights Reserved.