com.flexiblewebsolutions.xdriveunit.loadtest
Class PrefixFilter

java.lang.Object
  extended by com.flexiblewebsolutions.xdriveunit.loadtest.PrefixFilter
All Implemented Interfaces:
java.io.FilenameFilter

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

Author:
Donavon Buss

Constructor Summary
PrefixFilter(java.lang.String pFilePrefix)
           
 
Method Summary
 boolean accept(java.io.File pDirectory, java.lang.String pFileName)
          Only show files that match the format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixFilter

public PrefixFilter(java.lang.String pFilePrefix)
Method Detail

accept

public boolean accept(java.io.File pDirectory,
                      java.lang.String pFileName)
Only show files that match the format.

Specified by:
accept in interface java.io.FilenameFilter


Copyright © -2005 . All Rights Reserved.