de.hattrickorganizer.tools
Class SprachFileFilter

java.lang.Object
  extended by de.hattrickorganizer.tools.SprachFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class SprachFileFilter
extends java.lang.Object
implements java.io.FileFilter

Filter für Sprachdateien


Constructor Summary
SprachFileFilter()
           
 
Method Summary
 boolean accept(java.io.File file)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprachFileFilter

public SprachFileFilter()
Method Detail

accept

public final boolean accept(java.io.File file)
TODO Missing Method Documentation

Specified by:
accept in interface java.io.FileFilter
Parameters:
file - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation