Package

avrohugger

filesorter

Permalink

package filesorter

Visibility
  1. Public
  2. All

Value Members

  1. object AvdlFileSorter

    Permalink

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not).

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not). This is an issue when you have a record type that is used in different other types. This ensures that dependent types are compiled in the correct order. Created by Jon Morra on 2/7/17.

  2. object AvscFileSorter

    Permalink

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not).

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not). This is an issue when you have a record type that is used in different other types. This ensures that dependent types are compiled in the correct order. Code adapted from https://github.com/ch4mpy/sbt-avro/blob/master/src/main/scala/com/c4soft/sbtavro/SbtAvro.scala by Jerome Wascongne

  3. object ReferredTypeFinder

    Permalink

    Code adapted from https://github.com/ch4mpy/sbt-avro/blob/master/src/main/scala/com/c4soft/sbtavro/SbtAvro.scala by Jerome Wascongne

  4. object TypeComparator

    Permalink

    Code adapted from https://github.com/ch4mpy/sbt-avro/blob/master/src/main/scala/com/c4soft/sbtavro/SbtAvro.scala by Jerome Wascongne

Ungrouped