Packages

final case class LoadablePathReference(path: Path, fileSystem: FileSystem) extends AutoCloseable with PathReference with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, PathReference, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoadablePathReference
  2. Serializable
  3. Product
  4. Equals
  5. PathReference
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LoadablePathReference(path: Path, fileSystem: FileSystem)

Value Members

  1. def close(): Unit
    Definition Classes
    LoadablePathReference → AutoCloseable
  2. val fileSystem: FileSystem
  3. val path: Path
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product