Class FileProps


  • public class FileProps
    extends Object
    Represents properties of a file on the file system.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • FileProps

        public FileProps​(FileProps delegate)
      • FileProps

        public FileProps​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public FileProps getDelegate()
      • creationTime

        public long creationTime()
        The date the file was created
        Returns:
      • lastAccessTime

        public long lastAccessTime()
        The date the file was last accessed
        Returns:
      • lastModifiedTime

        public long lastModifiedTime()
        The date the file was last modified
        Returns:
      • isDirectory

        public boolean isDirectory()
        Is the file a directory?
        Returns:
      • isOther

        public boolean isOther()
        Is the file some other type? (I.e. not a directory, regular file or symbolic link)
        Returns:
      • isRegularFile

        public boolean isRegularFile()
        Is the file a regular file?
        Returns:
      • isSymbolicLink

        public boolean isSymbolicLink()
        Is the file a symbolic link?
        Returns:
      • size

        public long size()
        The size of the file, in bytes
        Returns: