Class PosixPermissionsSelector

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

public class PosixPermissionsSelector extends Object implements FileSelector
A selector that selects files based on their POSIX permissions.

Permissions are defined in terms of Files.getPosixFilePermissions(java.nio.file.Path, java.nio.file.LinkOption...), this means the selector will accept any file that exists and has given POSIX permissions.

Since:
Ant 1.10.4