| Package | Description |
|---|---|
| io.vertx.core.file |
== Using the file system with Vert.x
The Vert.x
FileSystem object provides many operations for manipulating the file system. |
| io.vertx.core.file.impl |
| Modifier and Type | Method and Description |
|---|---|
FileProps |
FileSystem.lpropsBlocking(String path)
Blocking version of
FileSystem.lprops(String, Handler) |
FileProps |
FileSystem.propsBlocking(String path)
Blocking version of
FileSystem.props(String, Handler) |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystem.lprops(String path,
Handler<AsyncResult<FileProps>> handler)
Obtain properties for the link represented by
path, asynchronously. |
FileSystem |
FileSystem.props(String path,
Handler<AsyncResult<FileProps>> handler)
Obtain properties for the file represented by
path, asynchronously. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilePropsImpl |
| Modifier and Type | Method and Description |
|---|---|
FileProps |
FileSystemImpl.lpropsBlocking(String path) |
FileProps |
FileSystemImpl.propsBlocking(String path) |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystemImpl.lprops(String path,
Handler<AsyncResult<FileProps>> handler) |
FileSystem |
FileSystemImpl.props(String path,
Handler<AsyncResult<FileProps>> handler) |
Copyright © 2015. All Rights Reserved.