|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pimeca.waster.util.filefilter.FilterPatternFile
public class FilterPatternFile
FileFilter to filter files using absolute uri with a specific regex pattern
| Field Summary | |
|---|---|
private java.util.regex.Pattern |
pattern
|
| Constructor Summary | |
|---|---|
private |
FilterPatternFile()
|
|
FilterPatternFile(java.lang.String regex)
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File file)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.regex.Pattern pattern
| Constructor Detail |
|---|
private FilterPatternFile()
public FilterPatternFile(java.lang.String regex)
| Method Detail |
|---|
public boolean accept(java.io.File file)
accept in interface java.io.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||