object
File
Type Members
-
type
Attributes = Seq[FileAttribute[_]]
-
type
CopyOptions = Seq[CopyOption]
-
type
Events = Seq[Kind[_]]
-
type
LinkOptions = Seq[LinkOption]
-
trait
Monitor extends AutoCloseable
-
type
OpenOptions = Seq[OpenOption]
-
type
Order = Ordering[File]
-
-
-
type
VisitOptions = Seq[FileVisitOption]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
-
-
-
-
-
def
apply(uri: URI): File
-
def
apply(url: URL): File
-
def
apply(anchor: File, path: String, fragments: String*): File
-
def
apply(path: String, fragments: String*): File
-
implicit
def
apply(path: Path): File
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
copyResource(name: String)(destination: File = ...): destination.type
-
def
currentWorkingDirectory: File
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
home: File
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newTemporaryDirectory(prefix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File
-
def
newTemporaryFile(prefix: String = "", suffix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
numberOfOpenFileDescriptors(): Long
-
def
resource(name: String): File
-
def
root: File
-
def
roots: Iterable[File]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
temp: File
-
-
def
temporaryFile[U](prefix: String = "", suffix: String = "", parent: Option[File] = None, attributes: Attributes = Attributes.default): ManagedResource[File]
-
def
toString(): String
-
def
usingTemporaryDirectory[U](prefix: String = "", parent: Option[File] = None, attributes: Attributes = Attributes.default)(f: (File) ⇒ U): Unit
-
def
usingTemporaryFile[U](prefix: String = "", suffix: String = "", parent: Option[File] = None, attributes: Attributes = Attributes.default)(f: (File) ⇒ U): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any