| Package | Description |
|---|---|
| com.izforge.izpack.util.file.types.selectors |
| 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 |
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.
|
Copyright © 2001–2025. All rights reserved.