mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
18 lines
690 B
Java
18 lines
690 B
Java
package aG;
|
|
|
|
import org.apache.commons.net.ftp.FTPFile;
|
|
import org.apache.commons.net.ftp.FTPFileFilter;
|
|
|
|
class FTPFileFilterImpl implements FTPFileFilter {
|
|
f(e parame) {}
|
|
|
|
public boolean accept(FTPFile paramFTPFile) {
|
|
return (paramFTPFile.getName().toLowerCase().endsWith(".mlg") || paramFTPFile.getName().toLowerCase().endsWith(".csv") || paramFTPFile.getName().toLowerCase().endsWith(".msl") || paramFTPFile.getName().toLowerCase().endsWith(".bsf") || paramFTPFile.getName().toLowerCase().endsWith(".fof"));
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aG/f.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |