| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<FileSystemProps> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
FileSystemProps(FileSystemProps delegate)  | 
FileSystemProps(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
FileSystemProps | 
getDelegate()  | 
int | 
hashCode()  | 
static FileSystemProps | 
newInstance(FileSystemProps arg)  | 
String | 
toString()  | 
long | 
totalSpace()  | 
long | 
unallocatedSpace()  | 
long | 
usableSpace()  | 
public static final io.vertx.lang.rx.TypeArg<FileSystemProps> __TYPE_ARG
public FileSystemProps(FileSystemProps delegate)
public FileSystemProps(Object delegate)
public FileSystemProps getDelegate()
public long totalSpace()
public long unallocatedSpace()
public long usableSpace()
public static FileSystemProps newInstance(FileSystemProps arg)
Copyright © 2023 Eclipse. All rights reserved.