types/selectors/NoneSelector.php
This selector has a collection of other selectors. All of those selectors must refuse to select a file before the file is considered selected by this selector.
- Author
- Hans Lellelid
- Author
- Bruce Atherton
(Ant) - Package
- phing.types.selectors
\NoneSelector
Package: phing\types\selectors
This selector has a collection of other selectors. All of those selectors must refuse to select a file before the file is considered selected by this selector.
- Parent(s)
- \BaseSelectorContainer < \BaseSelector < \DataType < \ProjectComponent
- Children
- \NotSelector
- Author
- Hans Lellelid
- Author
- Bruce Atherton
(Ant)
Methods

isSelected(
\basedir $basedir, \filename $filename, \file $file
)
:
\whetherReturns true (the file is selected) only if all other selectors agree that the file should not be selected.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $basedir | \basedir | the base directory the scan is being done from |
| $filename | \filename | is the name of the file to check |
| $file | \file | is a java.io.File object for the filename that the selector can use |
| Type | Description |
|---|---|
| \whether | the file should be selected or not |