FileFilterRegexName Class

com.bea.ide.filesystem
FileFilterRegexName Class

public class FileFilterRegexName

    extends Object
    implements IFileFilter

Accepts IFiles based on how a pattern matches the filename.


Hierarchy
Object
  FileFilterRegexName
All Implemented Interfaces

IFileFilter

Constructor Summary

FileFilterRegexName(String pattern)

FileFilterRegexName(Pattern compiledPattern)

 

Method Summary

public boolean
accept(IFile file)
This method should return true if the passed-in file is accepted by the filter and false if the file should be filtered out.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.ide.filesystem.IFileFilter
accept
 

Constructor Detail

FileFilterRegexName

public FileFilterRegexName(String pattern)

FileFilterRegexName

public FileFilterRegexName(Pattern compiledPattern)
 

Method Detail

accept(IFile) Method

public boolean accept(IFile file)
Description copied from IFileFilter.accept(IFile)
This method should return true if the passed-in file is accepted by the filter and false if the file should be filtered out.