Package org.codehaus.plexus.components.io.fileselectors
package org.codehaus.plexus.components.io.fileselectors
File Selectors
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:
- The AllFilesSelector is a default file selector, which simply selects all files.
- The IncludeExcludeFileSelector selects or deselects files based on include/exclude patterns.
-
ClassDescriptionThe default file selector: Selects all files.Alias for
AllFilesFileSelector
An object implementing this interface is passed to the file selector when the methodFileSelector.isSelected(FileInfo)
is invoked.Interface of a component, which selects/deselects files.This file selector uses a set of patterns for including/excluding files.