fr.iscpif.gridscale.storage

Storage

trait Storage extends Credential

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

Type Members

  1. abstract type A

    Definition Classes
    Credential

Abstract Value Members

  1. abstract def _list(path: String): Seq[(String, FileType)]

  2. abstract def _makeDir(path: String): Unit

  3. abstract def _mv(from: String, to: String): Unit

  4. abstract def _openInputStream(path: String): InputStream

    Attributes
    protected
  5. abstract def _openOutputStream(path: String): OutputStream

    Attributes
    protected
  6. abstract def _rmDir(path: String): Unit

  7. abstract def _rmFile(path: String): Unit

  8. abstract def credential: A

    Definition Classes
    Credential

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

  12. def finalize(): Unit

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

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

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

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

  17. def list(path: String): Seq[(String, FileType)]

  18. def listNames(path: String): Seq[String]

  19. def makeDir(path: String): Unit

  20. def mv(from: String, to: String): Unit

  21. def name(path: String): String

  22. final def ne(arg0: AnyRef): Boolean

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

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

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

  26. def openOutputStream(path: String): OutputStream

  27. def parent(path: String): String

  28. def rmDir(path: String): Unit

  29. def rmFile(path: String): Unit

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

Inherited from Credential

Inherited from AnyRef

Inherited from Any

Ungrouped