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: 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 child(parent: String, child: String): String

  6. def clone(): AnyRef

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

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

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

  10. def finalize(): Unit

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

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

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

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

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

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

  17. def makeDir(path: String): Unit

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

  19. def name(path: String): String

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

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

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

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

  24. def openOutputStream(path: String): OutputStream

  25. def parent(path: String): String

  26. def rmDir(path: String): Unit

  27. def rmFile(path: String): Unit

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

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

Inherited from Credential

Inherited from AnyRef

Inherited from Any

Ungrouped