| Package | Description |
|---|---|
| com.izforge.izpack.util.file.types | |
| com.izforge.izpack.util.file.types.selectors |
| Class and Description |
|---|
| 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.
|
| ContainsRegexpSelector
Selector that filters files based on a regular expression.
|
| ContainsSelector
Selector that filters files based on whether they contain a
particular string.
|
| DateSelector
Selector that chooses files based on their last modified date.
|
| DependSelector
Selector that filters files based on whether they are newer than
a matching file in another directory tree.
|
| DepthSelector
Selector that filters files based on the how deep in the directory
tree they are.
|
| DifferentSelector
This selector selects files against a mapped set of target files, selecting
all those files which are different.
|
| ExtendSelector
Selector that selects files by forwarding the request on to other classes.
|
| FilenameSelector
Selector that filters files based on the filename.
|
| FileSelector
This is the interface to be used by all selectors.
|
| MajoritySelector
This selector is here just to shake up your thinking a bit.
|
| NoneSelector
This selector has a collection of other selectors.
|
| NotSelector
This selector has one other selectors whose meaning it inverts.
|
| 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.
|
| PresentSelector
Selector that filters files based on whether they appear in another
directory tree.
|
| SelectorContainer
This is the interface for selectors that can contain other selectors.
|
| SizeSelector
Selector that filters files based on their size.
|
| TypeSelector
Selector that selects a certain kind of file: directory or regular.
|
| Class and Description |
|---|
| 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.
|
| BaseExtendSelector
Convenience base class for all selectors accessed through ExtendSelector.
|
| BaseSelector
A convenience base class that you can subclass Selectors from.
|
| BaseSelectorContainer
This is the base class for selectors that can contain other selectors.
|
| ContainsRegexpSelector
Selector that filters files based on a regular expression.
|
| ContainsSelector
Selector that filters files based on whether they contain a
particular string.
|
| DateSelector
Selector that chooses files based on their last modified date.
|
| DateSelector.TimeComparisons |
| DependSelector
Selector that filters files based on whether they are newer than
a matching file in another directory tree.
|
| DepthSelector
Selector that filters files based on the how deep in the directory
tree they are.
|
| DifferentSelector
This selector selects files against a mapped set of target files, selecting
all those files which are different.
|
| ExtendFileSelector
This is the interface to be used by all custom selectors, those that are
called through the <custom> tag.
|
| ExtendSelector
Selector that selects files by forwarding the request on to other classes.
|
| FilenameSelector
Selector that filters files based on the filename.
|
| FileSelector
This is the interface to be used by all selectors.
|
| MajoritySelector
This selector is here just to shake up your thinking a bit.
|
| MappingSelector
A mapping selector is an abstract class adding mapping support to the base
selector
|
| NoneSelector
This selector has a collection of other selectors.
|
| NotSelector
This selector has one other selectors whose meaning it inverts.
|
| 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.
|
| PresentSelector
Selector that filters files based on whether they appear in another
directory tree.
|
| PresentSelector.FilePresence |
| SelectorContainer
This is the interface for selectors that can contain other selectors.
|
| SelectorUtils
This is a utility class used by selectors and DirectoryScanner.
|
| SizeSelector
Selector that filters files based on their size.
|
| SizeSelector.ByteUnits
Enumerated attribute with the values for units.
|
| SizeSelector.SizeComparisons |
| TypeSelector
Selector that selects a certain kind of file: directory or regular.
|
| TypeSelector.FileType |
Copyright © 2001–2025. All rights reserved.