File
-utilities.See: Description
Class | Description |
---|---|
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
. |
FileStringFilterAdapter |
This class implements the
FileFilter interface by simply delegating to a
. |
FileUtilImpl |
This class is a collection of utility functions for
File handling and manipulation. |
FileUtilLimitedImpl |
This class is a collection of utility functions for
File handling and manipulation. |
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" . |
File
-utilities.
File
s and
other related stuff. FileAccessPermissions
represent the permissions of a file in a POSIX
(Unix/Linux) filesystem and virtually implements the logic of
umask
and
chmod
. DirectoryFilter
,
PlainFileFilter
and PatternFileFilter
.Copyright © 2001–2016 mmm-Team. All rights reserved.