Package

com.ebiznext.comet.schema

generator

Permalink

package generator

Visibility
  1. Public
  2. All

Type Members

  1. case class FileInput(file: File) extends Input with Product with Serializable

    Permalink
  2. sealed trait Input extends AnyRef

    Permalink
  3. case class Path(path: String) extends Input with Product with Serializable

    Permalink
  4. case class Xls2YmlConfig(files: Seq[String] = Nil, encryption: Boolean = true, delimiter: Option[String] = None, privacy: Seq[String] = Nil, outputPath: Option[String] = None) extends Product with Serializable

    Permalink

    files

    List of Excel files

    encryption

    Should pre & post encryption YAML be generated ?

    delimiter

    : Delimiter to use on generated CSV file after pre-encryption.

    privacy

    What privacy policies are to be applied at the pre-encrypt step ? All by default.

  5. class XlsReader extends AnyRef

    Permalink

    Reads the spreadsheet found at the specified {@param input} and builds the corresponding Domain object

Value Members

  1. object Main

    Permalink
  2. object Xls2Yml extends LazyLogging

    Permalink
  3. object Xls2YmlConfig extends CliConfig[Xls2YmlConfig] with Serializable

    Permalink
  4. object YamlSerializer

    Permalink

Ungrouped