See: Description
Interface | Description |
---|---|
FileUtil |
This is the interface for a collection of utility functions for
File handling and manipulation. |
FileUtilLimited |
This is the interface for a collection of utility functions for
File handling and manipulation. |
Enum | Description |
---|---|
FileAccessClass |
This class represents the three distinct classes of Unix (POSIX) file permissions.
|
FileType |
This enum contains the available types of a
file . |
Exception | Description |
---|---|
FileAlreadyExistsException |
A
FileAlreadyExistsException is thrown if a file or directory already exists but was NOT expected. |
FileAttributeModificationFailedException |
A
FileAttributeModificationFailedException is thrown if the attributes of a file or directory failed to be modified. |
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. |
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. Copyright © 2001–2016 mmm-Team. All rights reserved.