Class ReadableSelector

java.lang.Object
org.apache.tools.ant.types.selectors.ReadableSelector
All Implemented Interfaces:
ResourceSelector, FileSelector

public class ReadableSelector extends Object implements FileSelector
A selector that selects readable files.

Readable is defined 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