public final class RegexFileFilter extends Object implements FileFilter
RegexFileFilter(Pattern regex)
RegexFileFilter(String regex)
boolean
accept(File f)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RegexFileFilter(String regex)
public RegexFileFilter(Pattern regex)
public boolean accept(File f)
accept
FileFilter
public String toString()
toString
Object
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.