net.kolls.railworld.io
Class RWSFilter

java.lang.Object
  extended by net.kolls.railworld.io.RWSFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class RWSFilter
extends java.lang.Object
implements java.io.FilenameFilter

Returns files matching the RWS extension.

Author:
Steve Kollmansberger

Constructor Summary
RWSFilter()
           
 
Method Summary
 boolean accept(java.io.File f, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RWSFilter

public RWSFilter()
Method Detail

accept

public boolean accept(java.io.File f,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter