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