org.coursera.courier.sbt

CourierPlugin

object CourierPlugin extends Plugin

Based on the SBT Plugin from Sleipnir by Dmitriy Yefremov, which is in turn based on the rest.li-sbt-plugin project.

Linear Supertypes
Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CourierPlugin
  2. Plugin
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val VERSION: String

    Courier's version number.

    Courier's version number.

    Code generation is always re-run if this version differs from it's value from the previous run (even if there are no changes to .courier files).

    If this version is unchanged, the code generation is only run if changes to the .courier files are detected.

    Note that changes to the courier generator must still follow semantic versioning-- any backward incompatible changes should be reflected in the major version.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def buildSettings: Seq[sbt.Def.Setting[_]]

    Definition Classes
    Plugin
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val courierCacheSources: TaskKey[File]

  11. val courierDestinationDirectory: SettingKey[File]

  12. val courierGenerator: TaskKey[Seq[File]]

  13. val courierGeneratorClass: SettingKey[Class[_ <: PegasusCodeGenerator]]

  14. val courierPrefix: SettingKey[Option[String]]

  15. val courierSettings: Seq[sbt.Def.Setting[_]]

    Settings that need to be added to the project to enable generation of Scala bindings for PDSC files located in the project.

  16. val courierSourceDirectory: SettingKey[File]

  17. val courierVersionFile: TaskKey[File]

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val generateTyperefs: SettingKey[Boolean]

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def globalSettings: Seq[sbt.Def.Setting[_]]

    Definition Classes
    Plugin
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. val packageDataModel: TaskKey[File]

  30. def projectSettings: Seq[sbt.Def.Setting[_]]

    Definition Classes
    Plugin
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def settings: Seq[sbt.Def.Setting[_]]

    Definition Classes
    Plugin
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Override projectSettings or buildSettings instead.

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped