t

raw.sources.filesystem.api

FileSystemLocation

trait FileSystemLocation extends ByteStreamLocation

Linear Supertypes
ByteStreamLocation, Location, StrictLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileSystemLocation
  2. ByteStreamLocation
  3. Location
  4. StrictLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def doGetInputStream(): InputStream
    Attributes
    protected
    Definition Classes
    ByteStreamLocation
  2. abstract def doGetSeekableInputStream(): SeekableInputStream
    Attributes
    protected
    Definition Classes
    ByteStreamLocation
  3. abstract def doLs(): Iterator[FileSystemLocation]
    Attributes
    protected
  4. abstract def doLsWithMetadata(): Iterator[(FileSystemLocation, FileSystemMetadata)]
    Attributes
    protected
  5. abstract def getLocalPath(): Path
    Definition Classes
    ByteStreamLocation
  6. abstract def metadata(): FileSystemMetadata
  7. abstract def rawUri: String
    Definition Classes
    Location
  8. abstract def testAccess(): Unit
    Definition Classes
    Location

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def getInputStream: InputStream
    Definition Classes
    ByteStreamLocation
    Annotations
    @throws( ... )
  10. final def getReader(encoding: Encoding): Reader
    Definition Classes
    ByteStreamLocation
    Annotations
    @throws( ... )
  11. final def getSeekableInputStream: SeekableInputStream
    Definition Classes
    ByteStreamLocation
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  15. final def ls(): Iterator[FileSystemLocation]
  16. final def lsWithMetadata(): Iterator[(FileSystemLocation, FileSystemMetadata)]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    Location → AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ByteStreamLocation

Inherited from Location

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped