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