public class FileSystemProps extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<FileSystemProps> |
__TYPE_ARG |
Constructor and Description |
---|
FileSystemProps(io.vertx.core.file.FileSystemProps delegate) |
FileSystemProps(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.core.file.FileSystemProps |
getDelegate() |
int |
hashCode() |
static FileSystemProps |
newInstance(io.vertx.core.file.FileSystemProps arg) |
String |
toString() |
long |
totalSpace() |
long |
unallocatedSpace() |
long |
usableSpace() |
public static final TypeArg<FileSystemProps> __TYPE_ARG
public FileSystemProps(io.vertx.core.file.FileSystemProps delegate)
public FileSystemProps(Object delegate)
public io.vertx.core.file.FileSystemProps getDelegate()
public long totalSpace()
public long unallocatedSpace()
public long usableSpace()
public static FileSystemProps newInstance(io.vertx.core.file.FileSystemProps arg)
Copyright © 2021 Eclipse. All rights reserved.