|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.plugins.backup.utils.filename.SimpleFileFilter
public class SimpleFileFilter
Very simple FileFilter which only accepts files/directories specified
as parameters of the constructor.
| Constructor Summary | |
|---|---|
SimpleFileFilter(java.io.File basedir,
java.lang.String[] directories,
java.lang.String[] files)
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File pathname)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleFileFilter(java.io.File basedir,
java.lang.String[] directories,
java.lang.String[] files)
basedir - the base directory which contains the specified directories or filesdirectories - a set of sub-directories of basedir to be accepted by this filterfiles - a set of files contained in basedir to be accepted by this filter| Method Detail |
|---|
public boolean accept(java.io.File pathname)
accept in interface java.io.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||