| 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 |
FileSet
Class that holds an implicit patternset and supports nested
patternsets and creates a DirectoryScanner using these patterns.
|
| 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 |
BaseSelectorContainer
This is the base class for selectors that can contain other selectors.
|
class |
MajoritySelector
This selector is here just to shake up your thinking a bit.
|
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.
|
Copyright © 2001–2025. All rights reserved.