Package net.sf.mmm.util.file.base

Contains public implementations of File-utilities.

See:
          Description

Class Summary
DirectoryFilter This class represents a file-filter that only accepts directories.
FileAccessPermissions This class represents the permissions of a file.
FileAttributes This class represents the attributes of a file as defined in a Unix/Posix Filesystem.
FileFilterAdapter This class implements the FileFilter interface by simply delegating to a Filter<File>.
FileStringFilterAdapter This class implements the FileFilter interface by simply delegating to a Filter<String>.
FileUtilImpl This class is a collection of utility functions for File handling and manipulation.
FileUtilImpl.PathSegment This inner class represents a segment of a glob-matching path.
PatternFileFilter This is the implementation of a FileFilter that filters using a pattern.
PlainFileFilter This class represents a file-filter that only accepts "plain files".
 

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

Contains public implementations of File-utilities.

File-Util Base

This package contains public implementations that help to deal with Files and other related stuff.
The FileAccessPermissions represent the permissions of a file in a POSIX (Unix/Linux) filesystem and virtually implements the logic of umask and chmod.
Further there are filters like DirectoryFilter, PlainFileFilter and PatternFileFilter.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.