public abstract class BaseExtendSelector extends BaseSelector implements ExtendFileSelector
| Modifier and Type | Field and Description |
|---|---|
protected Parameter[] |
parameters
The passed in parameter array.
|
| Constructor and Description |
|---|
BaseExtendSelector()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Parameter[] |
getParameters()
Allows access to the parameters gathered and set within the
<custom> tag.
|
abstract boolean |
isSelected(InstallData idata,
File basedir,
String filename,
File file)
Method that each selector will implement to create their
selection behaviour.
|
void |
setParameters(Parameter[] parameters)
Set all the Parameters for this custom selector, collected by
the ExtendSelector class.
|
getError, setError, validate, verifySettingsgetDescription, isChecked, noChildrenAllowed, setChecked, setDescription, tooManyAttributesprotected Parameter[] parameters
public void setParameters(Parameter[] parameters)
setParameters in interface Parameterizableparameters - the complete set of parameters for this selectorprotected Parameter[] getParameters()
public abstract boolean isSelected(InstallData idata, File basedir, String filename, File file) throws Exception
isSelected in interface FileSelectorisSelected in class BaseSelectorbasedir - A java.io.File object for the base directoryfilename - The name of the file to checkfile - A File object for this filenameException - if an error occursExceptionCopyright © 2001–2025. All rights reserved.