| Package | Description |
|---|---|
| com.izforge.izpack.util.file.types | |
| com.izforge.izpack.util.file.types.selectors |
| Modifier and Type | Class and Description |
|---|---|
class |
DirSet
Subclass as hint for supporting tasks that the included directories
instead of files should be used.
|
class |
FileList
FileList represents an explicitly named list of files.
|
class |
FileSet
Class that holds an implicit patternset and supports nested
patternsets and creates a DirectoryScanner using these patterns.
|
class |
Mapper
Element to define a FileNameMapper.
|
class |
Path
This object represents a path as used by CLASSPATH or PATH
environment variable.
|
class |
PatternSet
Named collection of include/exclude tags.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectorContainer
This is the a base class a container of selectors - it does
not need do be a selector itself.
|
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.
|
Copyright © 2001–2025. All rights reserved.