Package net.sf.mmm.util.file.api

Provides the API for utilities that help to deal with Files.

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.
 

Package net.sf.mmm.util.file.api Description

Provides the API for utilities that help to deal with Files.

File-Util API

This package contains the API for the 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-2010 mmm-Team. All Rights Reserved.