Index
All Classes and Interfaces|All Packages
C
- cleanRecursively(Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively clean the file or directory at the given path.
- cleanRecursively(SecureDirectoryStream<Path>) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively clean all of the files returned by the given directory stream.
- cleanRecursively(SecureDirectoryStream<Path>, Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively clean the file or directory at the given directory and path.
- cleanRecursivelyEvenIfInsecure(DirectoryStream<Path>) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively clean all of the files and directories from the given stream, even if secure directory streams are not supported.
- cleanRecursivelyEvenIfInsecure(Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively clean the file or directory at the given path, even if secure directory streams are not supported.
- create(File) - Static method in class io.smallrye.common.io.jar.JarFiles
-
Returns an equivalent of
new JarFile(file). - create(File, boolean) - Static method in class io.smallrye.common.io.jar.JarFiles
-
Returns an equivalent of
new JarFile(file, verify). - create(String) - Static method in class io.smallrye.common.io.jar.JarFiles
-
Returns an equivalent of
new JarFile(name). - create(String, boolean) - Static method in class io.smallrye.common.io.jar.JarFiles
-
Returns an equivalent of
new JarFile(name, verify). - currentDirectory() - Static method in class io.smallrye.common.io.Files2
-
Returns the current working directory path at the time that this program was started (not
null).
D
- deleteRecursively(Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete the file or directory at the given path.
- deleteRecursively(SecureDirectoryStream<Path>) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete all of the files returned by the given directory stream.
- deleteRecursively(SecureDirectoryStream<Path>, Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete the file or directory at the given directory and path.
- deleteRecursivelyEvenIfInsecure(DirectoryStream<Path>) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete all of the files returned by the given directory stream, even if secure directory streams are not supported.
- deleteRecursivelyEvenIfInsecure(Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete the file or directory at the given path, even if secure directory streams are not supported.
- deleteRecursivelyQuietly(Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete the file or directory at the given path.
- deleteRecursivelyQuietly(SecureDirectoryStream<Path>) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete all of the files returned by the given directory stream.
- deleteRecursivelyQuietly(SecureDirectoryStream<Path>, Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete the file or directory at the given directory and path.
- deleteRecursivelyQuietlyEvenIfInsecure(DirectoryStream<Path>) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete all of the files returned by the given directory stream, even if secure directory streams are not supported.
- deleteRecursivelyQuietlyEvenIfInsecure(Path) - Static method in class io.smallrye.common.io.Files2
-
Attempt to recursively delete the file or directory at the given path, even if secure directory streams are not supported.
- DeleteStats - Record Class in io.smallrye.common.io
-
Statistics for a quiet file deletion operation.
- DeleteStats(long, long, long, long) - Constructor for record class io.smallrye.common.io.DeleteStats
-
Construct a new instance.
- directoriesFound() - Method in record class io.smallrye.common.io.DeleteStats
-
Returns the value of the
directoriesFoundrecord component. - directoriesRemoved() - Method in record class io.smallrye.common.io.DeleteStats
-
Returns the value of the
directoriesRemovedrecord component.
E
- equals(Object) - Method in record class io.smallrye.common.io.DeleteStats
-
Indicates whether some other object is "equal to" this one.
F
- Files2 - Class in io.smallrye.common.io
-
Extra utilities for dealing with the filesystem which are missing from
Files. - filesFound() - Method in record class io.smallrye.common.io.DeleteStats
-
Returns the value of the
filesFoundrecord component. - filesRemoved() - Method in record class io.smallrye.common.io.DeleteStats
-
Returns the value of the
filesRemovedrecord component.
G
- getParent(Path) - Static method in class io.smallrye.common.io.Files2
-
Returns the parent of the given path, even if it is relative, or
nullif the path has no parent. - getRealName(JarEntry) - Static method in class io.smallrye.common.io.jar.JarEntries
-
Returns the real name of this
JarEntry.
H
- hashCode() - Method in record class io.smallrye.common.io.DeleteStats
-
Returns a hash code value for this object.
- hasSecureDirectories() - Static method in class io.smallrye.common.io.Files2
-
Returns
trueif this platform has secure directories, orfalseif it does not.
I
- io.smallrye.common.io - module io.smallrye.common.io
-
Utilities for managing JAR files.
- io.smallrye.common.io - package io.smallrye.common.io
- io.smallrye.common.io.jar - package io.smallrye.common.io.jar
- isMultiRelease(JarFile) - Static method in class io.smallrye.common.io.jar.JarFiles
-
Returns
trueif thisJarFileis a multi-release jar.
J
- JarEntries - Class in io.smallrye.common.io.jar
-
Utility class for handling JAR entries.
- JarFiles - Class in io.smallrye.common.io.jar
-
Java 9+ variant of a JDK-specific class for working with
JarFiles.
N
- newSecureDirectoryStream(Path, LinkOption...) - Static method in class io.smallrye.common.io.Files2
-
Open a new secure directory stream at the given path.
T
- toString() - Method in record class io.smallrye.common.io.DeleteStats
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages