- dateDiffMillis(String, String) - Static method in class org.jfcutils.util.DateTime
-
Get the difference in milliseconds between two date strings in the format yyyy/MM/dd HH:mm:ss.SSS
- dateDiffMinutes(String, String) - Static method in class org.jfcutils.util.DateTime
-
Get the difference in minutes between two date strings in the format yyyy/MM/dd HH:mm:ss
- dateDiffSeconds(String, String) - Static method in class org.jfcutils.util.DateTime
-
Get the difference in seconds between two date strings in the format yyyy/MM/dd HH:mm:ss
- dateDoubleDiffMinutes(String, String) - Static method in class org.jfcutils.util.DateTime
-
Get the numerical (Double) difference in minutes between two date strings in the format yyyy/MM/dd HH:mm:ss
- dateDoubleDiffSeconds(String, String) - Static method in class org.jfcutils.util.DateTime
-
Get the numerical (Double) difference in seconds between two date strings in the format yyyy/MM/dd HH:mm:ss
- DateTime - Class in org.jfcutils.util
-
Manage Dates
- DateTime() - Constructor for class org.jfcutils.util.DateTime
-
- Decompressor - Class in org.jfcutils.files.directories
-
Utilities to decompress (e.g. zip/unzip) files and directories
- Decompressor() - Constructor for class org.jfcutils.files.directories.Decompressor
-
- deleteDirectory(File) - Method in class org.jfcutils.files.directories.DirectoryManager
-
Recursively delete the directory and all its content (files and nested directories)
- dereferenceURI(String, Map<String, String>, int) - Method in class org.jfcutils.http.GETHttpRequest
-
Make a GET HTTP request setting the Mime Type in a header map.
- dereferenceURIReader(String, Map<String, String>, int) - Method in class org.jfcutils.http.GETHttpRequest
-
Make a GET HTTP request setting the Mime Type in a header map.
- DirectoryManager - Class in org.jfcutils.files.directories
-
Manage the creation of a directory
- DirectoryManager() - Constructor for class org.jfcutils.files.directories.DirectoryManager
-
- downloadFileFromURL(String, String, int) - Method in class org.jfcutils.files.FileDownloader
-
Download a file from a URL
- DTDValidator - Class in org.jfcutils.files
-
Validate a directory of XML files against a DTD.
- DTDValidator() - Constructor for class org.jfcutils.files.DTDValidator
-