org.apache.tools.ant.types.selectors
public class ReadableSelector extends Object implements FileSelector, ResourceSelector
Readable is definied in terms of java.io.File#canRead, this means the selector will accept any file that exists and is readable by the application.
Since: Ant 1.8.0
Method Summary | |
---|---|
boolean | isSelected(File basedir, String filename, File file) |
boolean | isSelected(Resource r) |