klaus.fs
Class LayoutFileFilter

java.lang.Object
  extended by klaus.fs.LayoutFileFilter
All Implemented Interfaces:
FilenameFilter

public class LayoutFileFilter
extends Object
implements FilenameFilter

Checks if a given file is a layout

Since:
2009-03-21 alpha3
Author:
Stephan Hillebrand

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

Constructor Detail

LayoutFileFilter

public LayoutFileFilter()
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter