|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
File
s.
See:
Description
Interface Summary | |
---|---|
FileUtil | This is the interface for a collection of utility functions for File
handling and manipulation. |
Enum Summary | |
---|---|
FileAccessClass | This class represents the three distinct classes of Unix (POSIX) file permissions. |
FileType | This enum contains the available types of a file . |
Exception Summary | |
---|---|
FileAlreadyExistsException | A FileAlreadyExistsException is thrown if a file or directory already
exists but was NOT expected. |
FileCreationFailedException | A FileCreationFailedException is thrown if a file or directory should
be created but the creation failed. |
FileDeletionFailedException | A FileDeletionFailedException is thrown if a file or directory should
be deleted but the deletion failed. |
FileNotExistsException | A FileNotExistsException is thrown if a file or directory is expected
but was NOT found. |
Provides the API for utilities that help to deal with File
s.
File
utilities that
allow easy and efficient operations related to File
.
The FileUtilImpl
allows to copy or delete
files and directories (recursively), to collect files that match a given
path-pattern and many other useful tasks.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |