| Class |
Description |
|
FileHelper
|
Provides some helper method handling files |
|
FileHolder
|
Implements a special Path used to stage files in the work area |
|
FileMutex
|
Implements a mutual exclusive file lock strategy to prevent
two or more JVMs/process to access the same file or resource |
|
FilePatternSplitter
|
Parse a file path to isolate the parent, file-name and whenever it contains a glob|regex pattern |
|
FileSystemPathFactory
|
Generic interface |
|
Globs
|
Helper class to access sun.nio.fs.Globs#toRegexPattern(java.lang.String, boolean) method |
|
StagePath
|
@author Paolo Di Tommaso |