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.
isSelected(java.io.File basedir,
java.lang.String filename,
java.io.File file)
Returns true (the file is selected) only if all other selectors
agree that the file should not be selected.
java.lang.String
toString()
Convert the Selectors within this container to a string.
Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelectorContainer
Convert the Selectors within this container to a string. This will
just be a helper class for the subclasses that put their own name
around the contents listed here.