| Package | Description | 
|---|---|
| io.vertx.reactivex.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 | 
|---|---|
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 © 2020 Eclipse. All rights reserved.