Package

com.eharmony.aloha.io

fs

Permalink

package fs

This provides a standard way to deal with different file systems. Specifically, this is package should help dealing with using Apache VFS 1 and Apache VFS 2. The need for this stems from the fact that the different versions are not binary compatible and they offer different plugins. Therefore, we want build an abstraction layer on top that allows us to use whichever one we want.

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

Type Members

  1. case class FileFsInstance(descriptor: String) extends FsInstance with Product with Serializable

    Permalink
  2. sealed trait FsInstance extends AnyRef

    Permalink
  3. case class Vfs1FsInstance(descriptor: String) extends FsInstance with Product with Serializable

    Permalink
  4. case class Vfs2FsInstance(descriptor: String) extends FsInstance with Product with Serializable

    Permalink

Value Members

  1. object FsInstance

    Permalink
  2. object FsType extends Enumeration

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped