com.twitter.scrooge

frontend

package frontend

Visibility
  1. Public
  2. All

Type Members

  1. case class DirImporter(dir: File) extends Importer with Product with Serializable

  2. case class FileContents(importer: Importer, data: String) extends Product with Serializable

  3. case class FileParseException(filename: String, cause: Throwable) extends Exception with Product with Serializable

  4. trait Importer extends (String) ⇒ Option[FileContents]

  5. case class MultiImporter(importers: Seq[Importer]) extends Importer with Product with Serializable

  6. class ThriftParser extends RegexParsers

  7. case class TranslatingImporter(underlying: Importer, translations: Map[String, String]) extends Importer with Product with Serializable

  8. case class ZipImporter(file: File) extends Importer with Product with Serializable

Value Members

  1. object Importer

  2. object NullImporter extends Importer

Ungrouped