- DateUtils - Class in jfilesyslib.utils
-
A small utility class which performs date conversions
- DEFAULTCHUNKSIZE - Static variable in class jfilesyslib.utils.MemoryStream
-
- DefaultDirectoryPermissions - Static variable in class jfilesyslib.data.UnixPermissions
-
The default directory permissions
- DefaultDriverHandler - Class in jfilesyslib
-
The default driver handler.
- DefaultDriverHandler(DefaultDriverHandler.Mode) - Constructor for class jfilesyslib.DefaultDriverHandler
-
Initializes a new default driver handler
- DefaultDriverHandler() - Constructor for class jfilesyslib.DefaultDriverHandler
-
Initializes a new default driver handler
- DefaultDriverHandler.Mode - Enum in jfilesyslib
-
Whether and how to ask before installing the driver
- DefaultFilePermissions - Static variable in class jfilesyslib.data.UnixPermissions
-
The default file permissions
- DefaultWindowsAttributes - Static variable in class jfilesyslib.data.WindowsAttributes
-
The default windows attributes
- delete(String) - Method in class jfilesyslib.FileSystem
-
Checks whether path is a file or directory and calls the appropriate method
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.FileSystem
-
Deletes a directory recursively.
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.filesystems.CachingFs
-
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.filesystems.ExtendedSupportFs
-
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.filesystems.LoggingFs
-
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.filesystems.MemoryFs
-
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.filesystems.MergeDirectlyFs
-
- deleteDirectoryRecursively(String) - Method in class jfilesyslib.filesystems.MirrorFs
-
- deleteFile(String) - Method in class jfilesyslib.FileSystem
-
Deletes a file or symbolic link.
- deleteFile(String) - Method in class jfilesyslib.filesystems.CachingFs
-
- deleteFile(String) - Method in class jfilesyslib.filesystems.ExtendedSupportFs
-
- deleteFile(String) - Method in class jfilesyslib.filesystems.LoggingFs
-
- deleteFile(String) - Method in class jfilesyslib.filesystems.MemoryFs
-
- deleteFile(String) - Method in class jfilesyslib.filesystems.MergeDirectlyFs
-
- deleteFile(String) - Method in class jfilesyslib.filesystems.MirrorFs
-
- destination - Variable in class jfilesyslib.data.SymbolicLinkInfo
-
- DestinationAlreadyExistsException - Exception in jfilesyslib.exceptions
-
May be thrown if the destination already exists,
e.g. if renaming a file or directory fails,
because the destination file already exists
- DestinationAlreadyExistsException() - Constructor for exception jfilesyslib.exceptions.DestinationAlreadyExistsException
-
- DirectoryInfo - Class in jfilesyslib.data
-
This class should be used to model directories
- DirectoryInfo(String) - Constructor for class jfilesyslib.data.DirectoryInfo
-
Creates a new DirectoryInfo object.
- DriveFullException - Exception in jfilesyslib.exceptions
-
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
- DriveFullException() - Constructor for exception jfilesyslib.exceptions.DriveFullException
-
- DriverHandler - Interface in jfilesyslib
-
Implement this interface if you want to react to driver problems.