Class SymlinkSelector

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

public class SymlinkSelector extends Object implements FileSelector
A selector that selects symbolic links.

Executable is defined in terms of Files.isSymbolicLink(java.nio.file.Path), this means the selector will accept any file that exists and is a symbolic link.

Since:
Ant 1.10.0