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 |
---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
Blocking version of
FileSystem.fsProps(String, Handler) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystem.fsProps(String path,
Handler<AsyncResult<FileSystemProps>> handler)
Returns properties of the file-system being used by the specified
path , asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemPropsImpl |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystemImpl.fsPropsBlocking(String path) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemImpl.fsProps(String path,
Handler<AsyncResult<FileSystemProps>> handler) |
Copyright © 2015. All Rights Reserved.