| Package | Description |
|---|---|
| com.izforge.izpack.util.file.types | |
| com.izforge.izpack.util.file.types.selectors |
| Modifier and Type | Method and Description |
|---|---|
FileSelector[] |
FileSet.getSelectors()
Returns the set of selectors as an array.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<FileSelector> |
FileSet.selectorElements()
Returns an enumerator for accessing the set of selectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSet.add(FileSelector selector)
Add an arbitary selector.
|
void |
FileSet.appendSelector(FileSelector selector)
Add a new selector into this container.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendFileSelector
This is the interface to be used by all custom selectors, those that are
called through the <custom> tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndSelector
This selector has a collection of other selectors, all of which have to
select a file in order for this selector to select it.
|
class |
BaseExtendSelector
Convenience base class for all selectors accessed through ExtendSelector.
|
class |
BaseSelector
A convenience base class that you can subclass Selectors from.
|
class |
BaseSelectorContainer
This is the base class for selectors that can contain other selectors.
|
class |
ContainsRegexpSelector
Selector that filters files based on a regular expression.
|
class |
ContainsSelector
Selector that filters files based on whether they contain a
particular string.
|
class |
DateSelector
Selector that chooses files based on their last modified date.
|
class |
DependSelector
Selector that filters files based on whether they are newer than
a matching file in another directory tree.
|
class |
DepthSelector
Selector that filters files based on the how deep in the directory
tree they are.
|
class |
DifferentSelector
This selector selects files against a mapped set of target files, selecting
all those files which are different.
|
class |
ExtendSelector
Selector that selects files by forwarding the request on to other classes.
|
class |
FilenameSelector
Selector that filters files based on the filename.
|
class |
MajoritySelector
This selector is here just to shake up your thinking a bit.
|
class |
MappingSelector
A mapping selector is an abstract class adding mapping support to the base
selector
|
class |
NoneSelector
This selector has a collection of other selectors.
|
class |
NotSelector
This selector has one other selectors whose meaning it inverts.
|
class |
OrSelector
This selector has a collection of other selectors, any of which have to
select a file in order for this selector to select it.
|
class |
PresentSelector
Selector that filters files based on whether they appear in another
directory tree.
|
class |
SizeSelector
Selector that filters files based on their size.
|
class |
TypeSelector
Selector that selects a certain kind of file: directory or regular.
|
| Modifier and Type | Method and Description |
|---|---|
FileSelector[] |
AbstractSelectorContainer.getSelectors()
Returns the set of selectors as an array.
|
FileSelector[] |
BaseSelectorContainer.getSelectors()
Returns the set of selectors as an array.
|
FileSelector[] |
SelectorContainer.getSelectors()
Returns the set of selectors as an array.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<FileSelector> |
AbstractSelectorContainer.selectorElements()
Returns an enumerator for accessing the set of selectors.
|
Enumeration<FileSelector> |
BaseSelectorContainer.selectorElements()
Returns an enumerator for accessing the set of selectors.
|
Enumeration<FileSelector> |
SelectorContainer.selectorElements()
Returns an enumerator for accessing the set of selectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectorContainer.add(FileSelector selector)
add an arbitary selector
|
void |
BaseSelectorContainer.add(FileSelector selector)
add an arbitary selector
|
void |
SelectorContainer.add(FileSelector selector)
add an arbitary selector
|
void |
AbstractSelectorContainer.appendSelector(FileSelector selector)
Add a new selector into this container.
|
void |
BaseSelectorContainer.appendSelector(FileSelector selector)
Add a new selector into this container.
|
void |
SelectorContainer.appendSelector(FileSelector selector)
Add a new selector into this container.
|
void |
SelectorScanner.setSelectors(FileSelector[] selectors)
Sets the selectors the scanner should use.
|
Copyright © 2001–2025. All rights reserved.