|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 . |
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. |
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" . |
Contains public implementations of 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
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |