public class SuffixFileFilter extends FileFilter
Constructor and Description |
---|
SuffixFileFilter(String[] suffices)
Constructs a new file filter which selects on the given suffices.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File file) |
boolean |
equals(Object other) |
String |
getDescription() |
int |
hashCode() |
public SuffixFileFilter(String[] suffices)
suffices
- array of suitable suffix stringspublic String getDescription()
getDescription
in class FileFilter
public boolean accept(File file)
accept
in class FileFilter
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.