Packages

final class Module extends ModuleDescriptor

In the new POM format of sbt plugins, we append the sbt-cross version _2.12_1.0 to the module artifactId, and the artifactIds of its dependencies that are sbt plugins.

The goal is to produce a valid Maven POM, a POM that Maven can resolve: Maven will try and succeed to resolve the POM of pattern: <org>/<artifact-name>_2.12_1.0/<version>/<artifact-name>_2.12_1.0-<version>.pom

Self Type
Module
Linear Supertypes
ModuleDescriptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Module
  2. ModuleDescriptor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Module(rawModuleSettings: ModuleSettings)
  2. new Module(rawModuleSettings: ModuleSettings, appendSbtCrossVersion: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def configurations: Vector[Configuration]
  7. def defaultConfig(log: Logger): String
  8. def dependencyMapping(log: Logger): (ModuleRevisionId, ModuleDescriptor)
  9. def directDependencies: Vector[ModuleID]

    The direct dependencies of this module.

    The direct dependencies of this module.

    Definition Classes
    ModuleModuleDescriptor
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def extraInputHash: Long

    Hash for extra parameter that were not captured as moduleSettings.

    Hash for extra parameter that were not captured as moduleSettings.

    Definition Classes
    ModuleModuleDescriptor
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def moduleDescriptor(log: Logger): DefaultModuleDescriptor
  18. val moduleSettings: ModuleSettings

    The input parameters used to construct the ModuleSettings.

    The input parameters used to construct the ModuleSettings.

    Definition Classes
    ModuleModuleDescriptor
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def owner: IvySbt
  23. def scalaModuleInfo: Option[ScalaModuleInfo]

    The information and module about the scala version that this module requires, if any.

    The information and module about the scala version that this module requires, if any.

    Definition Classes
    ModuleModuleDescriptor
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def withModule[T](log: Logger)(f: (Ivy, DefaultModuleDescriptor, String) ⇒ T): T

Inherited from ModuleDescriptor

Inherited from AnyRef

Inherited from Any

Ungrouped