Class NotSelector
- All Implemented Interfaces:
- Cloneable,- ResourceSelector,- FileSelector,- SelectorContainer
This selector has one other selectors whose meaning it inverts. It
 actually relies on NoneSelector for its implementation of the
 isSelected() method, but it adds a check to ensure there is only one
 other selector contained within.
- Since:
- 1.5
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor.NotSelector(FileSelector other) Constructor that inverts the meaning of its argument.
- 
Method SummaryModifier and TypeMethodDescriptiontoString()Convert the Selectors within this container to a string.voidMakes sure that there is only one entry, sets an error message if not.Methods inherited from class org.apache.tools.ant.types.selectors.NoneSelectorisSelectedMethods inherited from class org.apache.tools.ant.types.selectors.BaseSelectorContaineradd, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addExecutable, addFilename, addMajority, addModified, addNone, addNot, addOr, addOwnedBy, addPosixGroup, addPosixPermissions, addPresent, addReadable, addSelector, addSize, addSymlink, addType, addWritable, appendSelector, dieOnCircularReference, getSelectors, hasSelectors, selectorCount, selectorElements, validateMethods inherited from class org.apache.tools.ant.types.selectors.BaseSelectorgetError, setError, setErrorMethods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesMethods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tools.ant.types.selectors.FileSelectorisSelected
- 
Constructor Details- 
NotSelectorpublic NotSelector()Default constructor.
- 
NotSelectorConstructor that inverts the meaning of its argument.- Parameters:
- other- the selector to invert
- Since:
- Ant 1.7
 
 
- 
- 
Method Details- 
toStringDescription copied from class:BaseSelectorContainerConvert 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.- Overrides:
- toStringin class- NoneSelector
- Returns:
- a string representation of the selector
 
- 
verifySettingspublic void verifySettings()Makes sure that there is only one entry, sets an error message if not.- Overrides:
- verifySettingsin class- BaseSelector
 
 
-