fr.iscpif.gridscale.storage

LocalStorage

trait LocalStorage extends Storage

Linear Supertypes
Storage, Credential, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalStorage
  2. Storage
  3. Credential
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type A = Unit

    Definition Classes
    LocalStorageCredential

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. def _list(path: String): Seq[(String, FileType)]

    Definition Classes
    LocalStorageStorage
  5. def _makeDir(path: String): Unit

    Definition Classes
    LocalStorageStorage
  6. def _mv(from: String, to: String): Unit

    Definition Classes
    LocalStorageStorage
  7. def _openInputStream(path: String): InputStream

    Attributes
    protected
    Definition Classes
    LocalStorageStorage
  8. def _openOutputStream(path: String): OutputStream

    Attributes
    protected
    Definition Classes
    LocalStorageStorage
  9. def _rmDir(path: String): Unit

    Definition Classes
    LocalStorageStorage
  10. def _rmFile(path: String): Unit

    Definition Classes
    LocalStorageStorage
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def child(parent: String, child: String): String

    Definition Classes
    LocalStorageStorage
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def credential: Unit

    Definition Classes
    LocalStorageCredential
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def exists(path: String): Boolean

    Definition Classes
    LocalStorageStorage
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isRoot(path: String): Boolean

    Definition Classes
    Storage
  23. def list(path: String): Seq[(String, FileType)]

    Definition Classes
    Storage
  24. def listNames(path: String): Seq[String]

    Definition Classes
    Storage
  25. def makeDir(path: String): Unit

    Definition Classes
    Storage
  26. def mv(from: String, to: String): Unit

    Definition Classes
    Storage
  27. def name(path: String): String

    Definition Classes
    Storage
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def openInputStream(path: String): InputStream

    Definition Classes
    Storage
  32. def openOutputStream(path: String): OutputStream

    Definition Classes
    Storage
  33. def parent(path: String): String

    Definition Classes
    Storage
  34. def rmDir(path: String): Unit

    Definition Classes
    Storage
  35. def rmFile(path: String): Unit

    Definition Classes
    Storage
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def wrapException[T](operation: String)(f: ⇒ T): T

    Definition Classes
    Storage

Inherited from Storage

Inherited from Credential

Inherited from AnyRef

Inherited from Any

Ungrouped