public class SMYLDFileFilter extends SMYLDObject implements FilenameFilter
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,String> |
acceptedFiles |
protected HashMap<String,String> |
informedFiles |
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
SMYLDFileFilter(String[] smyldFilePatterns,
boolean InformOnce) |
SMYLDFileFilter(String smyldFilePattern,
boolean InformOnce) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File dir,
String name) |
protected void |
addAcceptedFile(String name,
String pattern) |
void |
clearAcceptedFiles() |
HashMap<String,String> |
getAcceptedFiles() |
String |
getFilePattern() |
String[] |
getFilePatterns() |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic SMYLDFileFilter(String smyldFilePattern, boolean InformOnce)
public SMYLDFileFilter(String[] smyldFilePatterns, boolean InformOnce)
Copyright © 2019 com.github.mfjamil. All rights reserved.