Class WritableSelector

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

public class WritableSelector extends Object implements FileSelector
A selector that selects writable files.

Writable is defined in terms of java.io.File#canWrite, this means the selector will accept any file that exists and is writable by the application.

Since:
Ant 1.8.0