Package | Description |
---|---|
io.vertx.rxjava.core.file |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FileSystemProps> |
FileSystemProps.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
|
static FileSystemProps |
FileSystemProps.newInstance(FileSystemProps arg) |
Modifier and Type | Method and Description |
---|---|
Observable<FileSystemProps> |
FileSystem.fsPropsObservable(String path)
Deprecated.
use
FileSystem.rxFsProps(java.lang.String) instead |
Single<FileSystemProps> |
FileSystem.rxFsProps(String path)
Returns properties of the file-system being used by the specified
path , asynchronously. |
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. |
Copyright © 2023 Eclipse. All rights reserved.