Package io.vertx.mutiny.core.file
Class FileProps
java.lang.Object
io.vertx.mutiny.core.file.FileProps
- All Implemented Interfaces:
MutinyDelegate
Represents properties of a file on the file system.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
FileProps
public FileProps(io.vertx.core.file.FileProps delegate) -
FileProps
-
-
Method Details
-
getDelegate
public io.vertx.core.file.FileProps getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
creationTime
public long creationTime()- Returns:
-
lastAccessTime
public long lastAccessTime()- Returns:
-
lastModifiedTime
public long lastModifiedTime()- Returns:
-
isDirectory
public boolean isDirectory()- Returns:
-
isOther
public boolean isOther()- Returns:
-
isRegularFile
public boolean isRegularFile()- Returns:
-
isSymbolicLink
public boolean isSymbolicLink()- Returns:
-
size
public long size()- Returns:
-
newInstance
-