org.vertx.scala.core.file

FileProps

final class FileProps extends AnyVal

Represents properties of a file on the file system

Instances of FileProps are thread-safe

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FileProps
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val asJava: java.core.file.FileProps

  6. def creationTime(): Date

    The date the file was created

  7. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  8. def isDirectory: Boolean

    Is the file a directory?

  9. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  10. def isOther: Boolean

    Is the file some other type? (I.

    Is the file some other type? (I.e. not a directory, regular file or symbolic link)

  11. def isRegularFile: Boolean

    Is the file a regular file?

  12. def isSymbolicLink: Boolean

    Is the file a symbolic link?

  13. def lastAccessTime(): Date

    The date the file was last accessed

  14. def lastModifiedTime(): Date

    The date the file was last modified

  15. def size(): Long

    The size of the file, in bytes

  16. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped