org.coursera.courier

sbt

package sbt

Visibility
  1. Public
  2. All

Type Members

  1. class CourierCompilationErrorPosition extends Position

  2. class CourierCompilationException extends CompileFailed with FeedbackProvidedException

    Based on RestliCompilationException from the rest.

  3. class CourierCompilationProblem extends Problem

  4. class Just[T] extends Maybe[T]

  5. class Nothing[T] extends Maybe[T]

Value Members

  1. object CourierPlugin extends Plugin

    Based on the SBT Plugin from Sleipnir by Dmitriy Yefremov, which is in turn based on the rest.

Ungrouped