fr.iscpif.gridscale.storage

RecursiveRmDir

trait RecursiveRmDir extends Storage

Linear Supertypes
Storage, Credential, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RecursiveRmDir
  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. abstract type A

    Definition Classes
    Credential

Abstract Value Members

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

    Definition Classes
    Storage
  2. abstract def _makeDir(path: String): Unit

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

    Definition Classes
    Storage
  4. abstract def _openInputStream(path: String): InputStream

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

    Attributes
    protected
    Definition Classes
    Storage
  6. abstract def _rmFile(path: String): Unit

    Definition Classes
    Storage
  7. abstract def credential: A

    Definition Classes
    Credential
  8. abstract def rmEmptyDir(path: String): Unit

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. def _rmDir(path: String): Unit

    Definition Classes
    RecursiveRmDirStorage
  7. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Storage
  9. def clone(): AnyRef

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

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

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

    Definition Classes
    Storage
  13. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

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

    Definition Classes
    Storage

Inherited from Storage

Inherited from Credential

Inherited from AnyRef

Inherited from Any

Ungrouped