|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.command.impl.listing.VisibleFileFilter
public class VisibleFileFilter
Internal class, do not use directly. Selects files that are visible
Constructor Summary | |
---|---|
VisibleFileFilter()
Default constructor |
|
VisibleFileFilter(FileFilter wrappedFilter)
Constructor with a wrapped filter, allows for chaining filters |
Method Summary | |
---|---|
boolean |
accept(FtpFile file)
Decide if the FtpFile should be selected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisibleFileFilter()
public VisibleFileFilter(FileFilter wrappedFilter)
wrappedFilter
- The FileFilter
to wrapMethod Detail |
---|
public boolean accept(FtpFile file)
FileFilter
FtpFile
should be selected
accept
in interface FileFilter
file
- The FtpFile
FtpFile
was selectedFileFilter.accept(FtpFile)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |