case object NonExistent extends FileAttributes with Product with Serializable
- Alphabetic
- By Inheritance
- NonExistent
- Serializable
- Product
- Equals
- FileAttributes
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isDirectory: Boolean
Returns true if the underlying file is a directory.
Returns true if the underlying file is a directory.
- returns
true if the underlying file is a directory.
- Definition Classes
- NonExistent → FileAttributes
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOther: Boolean
Returns true if the underlying file is not a regular file, directory or symbolic link.
Returns true if the underlying file is not a regular file, directory or symbolic link. The type of this file is thus platform dependent. For example, on linux, it could be a named pipe.
- returns
true if the underlying file is not a regular file, directory or symbolic link.
- Definition Classes
- NonExistent → FileAttributes
- def isRegularFile: Boolean
Returns true if the underlying file is a regular file.
Returns true if the underlying file is a regular file.
- returns
true if the underlying file is a regular file.
- Definition Classes
- NonExistent → FileAttributes
- def isSymbolicLink: Boolean
Returns true if the underlying file is a symbolic link.
Returns true if the underlying file is a symbolic link.
- returns
true if the underlying file is a symbolic link.
- Definition Classes
- NonExistent → FileAttributes
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()