TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.agentcontroller.config
Class FileFilterImpl

java.lang.Object
  extended by org.eclipse.tptp.platform.agentcontroller.config.FileFilterImpl
All Implemented Interfaces:
java.io.FileFilter

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


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

Constructor Detail

FileFilterImpl

public FileFilterImpl(java.lang.String regExp)
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in interface java.io.FileFilter

TPTP 4.6.0 Platform Project
Public API Specification