| Package | Description |
|---|---|
| com.izforge.izpack.util.file.types | |
| com.izforge.izpack.util.file.types.selectors |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameterizable.setParameters(Parameter[] parameters)
Set the parameters
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter[] |
BaseExtendSelector.parameters
The passed in parameter array.
|
| Modifier and Type | Method and Description |
|---|---|
protected Parameter[] |
BaseExtendSelector.getParameters()
Allows access to the parameters gathered and set within the
<custom> tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendSelector.addParam(Parameter p)
Create new parameters to pass to custom selector.
|
void |
SizeSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
void |
BaseExtendSelector.setParameters(Parameter[] parameters)
Set all the Parameters for this custom selector, collected by
the ExtendSelector class.
|
void |
ContainsSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
void |
ContainsRegexpSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
void |
DateSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
void |
FilenameSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
void |
TypeSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
void |
DepthSelector.setParameters(Parameter[] parameters)
When using this as a custom selector, this method will be called.
|
Copyright © 2001–2025. All rights reserved.