|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.yagga.miniinstaller.MiniInstaller.MiniFileFilter
Class that defines a simple filename filter, it is only for files and discards
automatically directories.
THis class handles very simple filters, with at most one wildcard "*", or the special
wildcard "*.*", but it can handle a multiple filter, where several filters are given
in a comma separated list.
Accepted filters are:
* or *.* whicha are synonims: they always match"*" cahtches all"pippo" cahtches only files named exactly "pippo""a*java" cahtches all java files starting with a"a*pippo*java" cahtches all java files starting with "a". Multiple
"*" with the interspaced text are treated as a single "*". So this file mask
is in fact equivalent to the one above."*.txt,*.java,te*" cahtches all text and java source file, and files
starting with "te" string
| Methods inherited from class java.lang.Object |
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||