Package

com.eharmony.aloha.io

vfs

Permalink

package vfs

Visibility
  1. Public
  2. All

Type Members

  1. case class File extends Vfs with Product with Serializable

    Permalink
  2. sealed trait Vfs extends AnyRef

    Permalink
  3. case class Vfs1 extends Vfs with Product with Serializable

    Permalink
  4. case class Vfs2 extends Vfs with Product with Serializable

    Permalink

Value Members

  1. object File extends Serializable

    Permalink
  2. object Vfs

    Permalink
  3. object Vfs1 extends Serializable

    Permalink
  4. object Vfs2 extends Serializable

    Permalink
  5. object VfsType extends Enumeration

    Permalink

    This provides a standard way to deal with different file systems.

    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.

Ungrouped