fr.iscpif.gridscale.storage

RecursiveRmDir

Related Doc: package storage

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

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

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

    Definition Classes
    Storage
  7. def clone(): AnyRef

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

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

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

    Definition Classes
    Storage
  11. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

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

    Definition Classes
    Storage

Inherited from Storage

Inherited from Credential

Inherited from AnyRef

Inherited from Any

Ungrouped