Package

fr.iscpif.gridscale

storage

Permalink

package storage

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. storage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FileType extends AnyRef

    Permalink
  2. case class ListEntry(name: String, type: FileType, modificationTime: Option[Long] = None) extends Product with Serializable

    Permalink
  3. trait LocalStorage extends Storage

    Permalink
  4. trait RecursiveRmDir extends Storage

    Permalink
  5. trait Storage extends AnyRef

    Permalink

Value Members

  1. object DirectoryType extends FileType with Product with Serializable

    Permalink
  2. object FileType extends FileType with Product with Serializable

    Permalink
  3. object LinkType extends FileType with Product with Serializable

    Permalink
  4. object LocalStorage

    Permalink
  5. object Storage

    Permalink
  6. object UnknownType extends FileType with Product with Serializable

    Permalink
  7. def trimSlashes(path: String): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped