}
protected void init()
{
result= new ArrayList<File>();
FileSet fileSet= new FileSet(file.getAbsolutePath());
for (File file : fileSet)
{
// Only return actual files that match this directory request. Files
// in sub-directories are covered if they are matched the input
// statement.