|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jacoco.maven.FileFilter
public class FileFilter
A file filter using includes/excludes patterns.
| Constructor Summary | |
|---|---|
FileFilter(List<String> includes,
List<String> excludes)
Construct a new FileFilter |
|
| Method Summary | |
|---|---|
String |
getExcludes()
Get the excludes pattern |
List<String> |
getFileNames(File directory)
Returns a list of file names. |
List<File> |
getFiles(File directory)
Returns a list of files. |
String |
getIncludes()
Get the includes pattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileFilter(List<String> includes,
List<String> excludes)
includes - list of includes patternsexcludes - list of excludes patterns| Method Detail |
|---|
public List<String> getFileNames(File directory)
throws IOException
directory - the directory to scan
IOException - if file system access fails
public List<File> getFiles(File directory)
throws IOException
directory - the directory to scan
IOException - if file system access failspublic String getIncludes()
public String getExcludes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||