Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class DependencyScope(scope: String) extends Product with Serializable
    Annotations
    @JSExportAll()
  2. class DescriptorBuilder extends AnyRef
  3. case class Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
    Annotations
    @JSExportAll()
  4. case class ProjectDependency(scope: DependencyScope, gav: Gav) extends Product with Serializable
    Annotations
    @JSExportAll()
  5. case class ProjectDescriptor(main: String, name: String, gav: Gav, classifier: Option[String], tags: Seq[String], dependencies: Seq[ProjectDependency]) extends Product with Serializable

Value Members

  1. object DependencyScope extends Serializable
    Annotations
    @JSExportAll() @JSExportTopLevel( "DependencyScope" )
  2. object DesignScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "DesignScope" )
  3. object ExtensionScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ExtensionScope" )
  4. object ValidationScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ValidationScope" )

Ungrouped