Interface | Description |
---|---|
FileInfo |
An object implementing this interface is passed to the
file selector when the method
FileSelector.isSelected(FileInfo)
is invoked. |
FileSelector |
Interface of a component, which selects/deselects files.
|
Class | Description |
---|---|
AllFilesFileSelector |
The default file selector: Selects all files.
|
IncludeExcludeFileSelector |
This file selector uses a set of patterns for including/excluding
files.
|
File selectors can be used to select or deselect a subset of files. For example, the plexus archivers or unarchivers use file selectors for selecting a subset of files in a directory.
Examples:
Copyright © 2001–2017 Codehaus. All rights reserved.