Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FileProps> |
__TYPE_ARG |
Constructor and Description |
---|
FileProps(FileProps delegate) |
FileProps(Object delegate) |
Modifier and Type | Method and Description |
---|---|
long |
creationTime()
The date the file was created
|
boolean |
equals(Object o) |
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(FileProps arg) |
long |
size()
The size of the file, in bytes
|
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<FileProps> __TYPE_ARG
public FileProps(FileProps delegate)
public FileProps(Object delegate)
public 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()
Copyright © 2023 Eclipse. All rights reserved.