|
|||||||||
Home >> All >> org >> alicebot >> server >> core >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.alicebot.server.core.util
Class SuffixFilenameFilter

java.lang.Objectorg.alicebot.server.core.util.SuffixFilenameFilter
- All Implemented Interfaces:
- java.io.FilenameFilter
- public class SuffixFilenameFilter
- extends java.lang.Object
- implements java.io.FilenameFilter
- extends java.lang.Object
Field Summary | |
private static java.lang.String[] |
SUFFIXES
|
Constructor Summary | |
SuffixFilenameFilter(java.lang.String[] as)
|
Method Summary | |
boolean |
accept(java.io.File file,
java.lang.String s)
This method determines whether or not a given file should be included in a directory listing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
SUFFIXES
private static java.lang.String[] SUFFIXES
Constructor Detail |
SuffixFilenameFilter
public SuffixFilenameFilter(java.lang.String[] as)
Method Detail |
accept
public boolean accept(java.io.File file, java.lang.String s)
- Description copied from interface:
java.io.FilenameFilter
- This method determines whether or not a given file should be included
in a directory listing.
- Specified by:
accept
in interfacejava.io.FilenameFilter
|
|||||||||
Home >> All >> org >> alicebot >> server >> core >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |