Package | Description |
---|---|
io.vertx.rxjava.core.file |
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)
Obtain properties for the link represented by
path , asynchronously. |
Observable<FileProps> |
FileSystem.propsObservable(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 © 2016. All rights reserved.