public class NoneSelector extends BaseSelectorContainer
| Constructor and Description |
|---|
NoneSelector()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected(InstallData idata,
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()
Convert the Selectors within this container to a string.
|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addNone, addNot, addOr, addPresent, addSize, addType, appendSelector, getSelectors, hasSelectors, selectorCount, selectorElements, validategetError, setError, verifySettingsgetDescription, isChecked, noChildrenAllowed, setChecked, setDescription, tooManyAttributespublic String toString()
BaseSelectorContainertoString in class BaseSelectorContainerpublic boolean isSelected(InstallData idata, File basedir, String filename, File file) throws Exception
isSelected in interface FileSelectorisSelected in class BaseSelectorContainerbasedir - the base directory the scan is being done fromfilename - is the name of the file to checkfile - is a java.io.File object for the filename that the selector
can useException - if the selector was not configured correctlyCopyright © 2001–2025. All rights reserved.