Packages

class MockPath extends FileSystemLocation with StrictLogging

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

Instance Constructors

  1. new MockPath(delayMillis: Long, delegate: FileSystemLocation)

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. def doGetInputStream(): InputStream
    Attributes
    protected
    Definition Classes
    MockPathByteStreamLocation
  7. def doGetSeekableInputStream(): SeekableInputStream
    Attributes
    protected
    Definition Classes
    MockPathByteStreamLocation
  8. def doLs(): Iterator[FileSystemLocation]
    Attributes
    protected
    Definition Classes
    MockPathFileSystemLocation
  9. def doLsWithMetadata(): Iterator[(FileSystemLocation, FileSystemMetadata)]
    Attributes
    protected
    Definition Classes
    MockPathFileSystemLocation
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def getInputStream: InputStream
    Definition Classes
    ByteStreamLocation
    Annotations
    @throws( ... )
  14. def getLocalPath(): Path
    Definition Classes
    MockPathByteStreamLocation
  15. final def getReader(encoding: Encoding): Reader
    Definition Classes
    ByteStreamLocation
    Annotations
    @throws( ... )
  16. final def getSeekableInputStream: SeekableInputStream
    Definition Classes
    ByteStreamLocation
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. final def ls(): Iterator[FileSystemLocation]
    Definition Classes
    FileSystemLocation
  21. final def lsWithMetadata(): Iterator[(FileSystemLocation, FileSystemMetadata)]
    Definition Classes
    FileSystemLocation
  22. def metadata(): FileSystemMetadata
    Definition Classes
    MockPathFileSystemLocation
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def rawUri: String
    Definition Classes
    MockPathLocation
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def testAccess(): Unit
    Definition Classes
    MockPathLocation
  29. def toString(): String
    Definition Classes
    Location → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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 FileSystemLocation

Inherited from ByteStreamLocation

Inherited from Location

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped