org.apache.openejb.loader
Class Files.PatternFileFilter

java.lang.Object
  extended by org.apache.openejb.loader.Files.PatternFileFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
Files

public static class Files.PatternFileFilter
extends Object
implements FileFilter


Constructor Summary
Files.PatternFileFilter(Pattern pattern)
           
 
Method Summary
 boolean accept(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Files.PatternFileFilter

public Files.PatternFileFilter(Pattern pattern)
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in interface FileFilter


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.