Package | Description |
---|---|
io.vertx.rxjava.core.file |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FileProps> |
FileProps.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
FileProps |
FileSystem.lpropsBlocking(String path)
|
static FileProps |
FileProps.newInstance(FileProps arg) |
FileProps |
FileSystem.propsBlocking(String path)
|
Modifier and Type | Method and Description |
---|---|
Observable<FileProps> |
FileSystem.lpropsObservable(String path)
Deprecated.
use
FileSystem.rxLprops(java.lang.String) instead |
Observable<FileProps> |
FileSystem.propsObservable(String path)
Deprecated.
use
FileSystem.rxProps(java.lang.String) instead |
Single<FileProps> |
FileSystem.rxLprops(String path)
Obtain properties for the link represented by
path , asynchronously. |
Single<FileProps> |
FileSystem.rxProps(String path)
Obtain properties for the file represented by
path , asynchronously. |
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. |
Copyright © 2023 Eclipse. All rights reserved.