org.apache.tools.ant.types.selectors
public class NoneSelector extends BaseSelectorContainer
Since: 1.5
| Constructor Summary | |
|---|---|
| NoneSelector()
Default constructor. | |
| Method Summary | |
|---|---|
| boolean | isSelected(File basedir, String filename, File file)
Returns true (the file is selected) only if all other selectors
agree that the file should not be selected.
|
| String | toString() |
Parameters: basedir the base directory the scan is being done from filename is the name of the file to check file is a java.io.File object for the filename that the selector can use
Returns: whether the file should be selected or not
Returns: a string representation of the selector