| Package | Description |
|---|---|
| io.vertx.axle.core.file |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<FileProps> |
FileProps.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
FileProps |
FileSystem.lpropsBlocking(String path)
Blocking version of
FileSystem.lprops(java.lang.String) |
static FileProps |
FileProps.newInstance(io.vertx.core.file.FileProps arg) |
FileProps |
FileSystem.propsBlocking(String path)
Blocking version of
FileSystem.props(java.lang.String) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<FileProps> |
FileSystem.lprops(String path)
Obtain properties for the link represented by
path, asynchronously. |
CompletionStage<FileProps> |
FileSystem.props(String path)
Obtain properties for the file represented by
path, asynchronously. |
Copyright © 2019 SmallRye. All rights reserved.