| Package | Description |
|---|---|
| io.vertx.axle.core.file |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<FileSystemProps> |
FileSystemProps.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
Blocking version of
FileSystem.fsProps(java.lang.String) |
static FileSystemProps |
FileSystemProps.newInstance(io.vertx.core.file.FileSystemProps arg) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<FileSystemProps> |
FileSystem.fsProps(String path)
Returns properties of the file-system being used by the specified
path, asynchronously. |
Copyright © 2019 SmallRye. All rights reserved.