/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of AntTask. * * See the file "LICENSE" for copyright information and the * * terms and conditions for copying, distribution and * * modification of AntTask. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ package org.apache.tools.ant; public class DirectoryScanner implements FileScanner { public String[] getIncludedFiles() { return null; } }