Class ExecutableSelector

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

public class ExecutableSelector extends Object implements FileSelector
A selector that selects executable files.

Executable is defined in terms of Files.isExecutable(java.nio.file.Path), this means the selector will accept any file that exists and is executable by the application.

Since:
Ant 1.10.0