public class FileProps extends Object
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<FileProps> |
__TYPE_ARG |
Constructor and Description |
---|
FileProps(io.vertx.core.file.FileProps delegate) |
FileProps(Object delegate) |
Modifier and Type | Method and Description |
---|---|
long |
creationTime()
The date the file was created
|
boolean |
equals(Object o) |
io.vertx.core.file.FileProps |
getDelegate() |
int |
hashCode() |
boolean |
isDirectory()
Is the file a directory?
|
boolean |
isOther()
Is the file some other type? (I.e.
|
boolean |
isRegularFile()
Is the file a regular file?
|
boolean |
isSymbolicLink()
Is the file a symbolic link?
|
long |
lastAccessTime()
The date the file was last accessed
|
long |
lastModifiedTime()
The date the file was last modified
|
static FileProps |
newInstance(io.vertx.core.file.FileProps arg) |
long |
size()
The size of the file, in bytes
|
String |
toString() |
public FileProps(io.vertx.core.file.FileProps delegate)
public FileProps(Object delegate)
public io.vertx.core.file.FileProps getDelegate()
public long creationTime()
public long lastAccessTime()
public long lastModifiedTime()
public boolean isDirectory()
public boolean isOther()
public boolean isRegularFile()
public boolean isSymbolicLink()
public long size()
public static FileProps newInstance(io.vertx.core.file.FileProps arg)
Copyright © 2021 Eclipse. All rights reserved.