java.lang.Cloneable
, ResourceSelector
, FileSelector
, SelectorContainer
public class NotSelector extends NoneSelector
description, location, project
Constructor | Description |
---|---|
NotSelector() |
Default constructor.
|
NotSelector(FileSelector other) |
Constructor that inverts the meaning of its argument.
|
Modifier and Type | Method | 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.
|
getCheckedRef, getError, setError, setError
add, 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, validate
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes
isSelected
isSelected
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public NotSelector()
public NotSelector(FileSelector other)
other
- the selector to invertpublic java.lang.String toString()
BaseSelectorContainer
toString
in class NoneSelector
public void verifySettings()
verifySettings
in class BaseSelector