|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.peabody.emailprocessor.DiskMessageSource.ExtensionFileFilter
public static class DiskMessageSource.ExtensionFileFilter
Helper class to filter files by their extension. Just provide the ".whatever" extension in the constructor.
| Field Summary | |
|---|---|
protected java.lang.String |
fileExtension
|
| Constructor Summary | |
|---|---|
DiskMessageSource.ExtensionFileFilter(java.lang.String aFileExtension)
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File aFile)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fileExtension
| Constructor Detail |
|---|
public DiskMessageSource.ExtensionFileFilter(java.lang.String aFileExtension)
| Method Detail |
|---|
public boolean accept(java.io.File aFile)
accept in interface java.io.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||