be.SIRAPRISE.util
Class SiraPrisePrefixFilter

java.lang.Object
  extended by be.SIRAPRISE.util.SiraPrisePrefixFilter
All Implemented Interfaces:
java.io.FilenameFilter

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

Author:
Erwin Smout

Constructor Summary
SiraPrisePrefixFilter(java.lang.String prefix)
          Creates the prefixfilter
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiraPrisePrefixFilter

public SiraPrisePrefixFilter(java.lang.String prefix)
Creates the prefixfilter

Parameters:
prefix - The prefix for which is to be filtered
Method Detail

accept

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