public class NotSelector extends NoneSelector
description, location, project| Constructor and Description | 
|---|
| NotSelector()Default constructor. | 
| NotSelector(FileSelector other)Constructor that inverts the meaning of its argument. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString()Convert the Selectors within this container to a string. | 
| void | verifySettings()Makes sure that there is only one entry, sets an error message if
 not. | 
isSelectedadd, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addReadable, addSelector, addSize, addType, addWritable, appendSelector, dieOnCircularReference, getSelectors, hasSelectors, selectorCount, selectorElements, validategetError, setError, setErrorcheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic NotSelector()
public NotSelector(FileSelector other)
other - the selector to invertpublic java.lang.String toString()
BaseSelectorContainertoString in class NoneSelectorpublic void verifySettings()
verifySettings in class BaseSelector