Package | Description |
---|---|
io.vertx.core.file | |
io.vertx.reactivex.core.file | |
io.vertx.rxjava.core.file |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
Blocking version of
FileSystem.fsProps(String, Handler) |
Modifier and Type | Method and Description |
---|---|
Future<FileSystemProps> |
FileSystem.fsProps(String path)
Like
FileSystem.fsProps(String, Handler) but returns a Future of the asynchronous result |
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 | Method and Description |
---|---|
FileSystemProps |
FileSystemProps.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static FileSystemProps |
FileSystemProps.newInstance(FileSystemProps arg) |
Constructor and Description |
---|
FileSystemProps(FileSystemProps delegate) |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystemProps.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static FileSystemProps |
FileSystemProps.newInstance(FileSystemProps arg) |
Constructor and Description |
---|
FileSystemProps(FileSystemProps delegate) |
Copyright © 2021 Eclipse. All rights reserved.