Uses of Class
io.vertx.mutiny.core.file.FileSystemProps
Packages that use FileSystemProps
-
Uses of FileSystemProps in io.vertx.mutiny.core.file
Fields in io.vertx.mutiny.core.file with type parameters of type FileSystemPropsModifier and TypeFieldDescriptionstatic final TypeArg<FileSystemProps>
FileSystemProps.__TYPE_ARG
Methods in io.vertx.mutiny.core.file that return FileSystemPropsModifier and TypeMethodDescriptionFileSystem.fsPropsAndAwait
(String path) Blocking variant ofFileSystem.fsProps(String)
.FileSystem.fsPropsBlocking
(String path) static FileSystemProps
FileSystemProps.newInstance
(io.vertx.core.file.FileSystemProps arg) Methods in io.vertx.mutiny.core.file that return types with arguments of type FileSystemPropsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<FileSystemProps>
Returns properties of the file-system being used by the specifiedpath
, asynchronously.