Uses of Record Class
io.smallrye.common.io.DeleteStats
Packages that use DeleteStats
-
Uses of DeleteStats in io.smallrye.common.io
Methods in io.smallrye.common.io that return DeleteStatsModifier and TypeMethodDescriptionstatic DeleteStatsFiles2.deleteRecursivelyQuietly(Path path) Attempt to recursively delete the file or directory at the given path.static DeleteStatsFiles2.deleteRecursivelyQuietly(SecureDirectoryStream<Path> sds) Attempt to recursively delete all of the files returned by the given directory stream.static DeleteStatsFiles2.deleteRecursivelyQuietly(SecureDirectoryStream<Path> sds, Path path) Attempt to recursively delete the file or directory at the given directory and path.static DeleteStatsAttempt to recursively delete all of the files returned by the given directory stream, even if secure directory streams are not supported.static DeleteStatsFiles2.deleteRecursivelyQuietlyEvenIfInsecure(Path path) Attempt to recursively delete the file or directory at the given path, even if secure directory streams are not supported.