Class FileProps

java.lang.Object
io.vertx.mutiny.core.file.FileProps
All Implemented Interfaces:
MutinyDelegate

public class FileProps extends Object implements 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 Details

  • Constructor Details

    • FileProps

      public FileProps(io.vertx.core.file.FileProps delegate)
    • FileProps

      public FileProps(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.core.file.FileProps getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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

      public static FileProps newInstance(io.vertx.core.file.FileProps arg)