abstract class FileSystemProvider extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileSystemProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FileSystemProvider()
- Attributes
- protected
Abstract Value Members
- abstract def checkAccess(path: Path, modes: Array[AccessMode]): Unit
- abstract def copy(source: Path, target: Path, options: Array[CopyOption]): Unit
- abstract def createDirectory(dir: Path, attrs: Array[FileAttribute[_]]): Unit
- abstract def delete(path: Path): Unit
- abstract def getFileAttributeView[V <: FileAttributeView](path: Path, tpe: Class[V], options: Array[LinkOption]): V
- abstract def getFileSystem(uri: URI): FileSystem
- abstract def getPath(uri: URI): Path
- abstract def getScheme(): String
- abstract def isHidden(path: Path): Boolean
- abstract def isSameFile(path: Path, path2: Path): Boolean
- abstract def move(source: Path, target: Path, options: Array[CopyOption]): Unit
- abstract def newDirectoryStream(dir: Path, filter: Filter[_ >: Path]): DirectoryStream[Path]
- abstract def newFileSystem(uri: URI, env: Map[String, _]): FileSystem
- abstract def readAttributes(path: Path, attributes: String, options: Array[LinkOption]): Map[String, AnyRef]
- abstract def readAttributes[A <: BasicFileAttributes](path: Path, tpe: Class[A], options: Array[LinkOption]): A
- abstract def setAttribute(path: Path, attribute: String, value: AnyRef, options: Array[LinkOption]): Unit
Concrete 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()
- def createLink(link: Path, existing: Path): Unit
- def createSymbolicLink(link: Path, target: Path, attrs: Array[FileAttribute[_]]): Unit
- def deleteIfExists(path: Path): Boolean
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newAsynchronousFileChannel(path: Path, options: Set[_ <: OpenOption], executor: ExecutorService, attrs: Array[FileAttribute[_]]): AsynchronousFileChannel
- def newByteChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): SeekableByteChannel
- def newFileChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): FileChannel
- def newFileSystem(path: Path, env: Map[String, _]): FileSystem
- def newInputStream(path: Path, _options: Array[OpenOption]): InputStream
- def newOutputStream(path: Path, _options: Array[OpenOption]): OutputStream
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readSymbolicLink(link: Path): Path
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()