package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
case class
DependencyScope(scope: String) extends Product with Serializable
- Annotations
- @JSExportAll()
- class DescriptorBuilder extends AnyRef
-
case class
Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
- Annotations
- @JSExportAll()
- case class Project(descriptor: ProjectDescriptor, resourceLoader: ResourceLoader, baseUnit: BaseUnit) extends Product with Serializable
-
case class
ProjectDependency(scope: DependencyScope, gav: Gav) extends Product with Serializable
- Annotations
- @JSExportAll()
- case class ProjectDescriptor(main: String, name: String, gav: Gav, classifier: Option[String], tags: Seq[String], dependencies: Seq[ProjectDependency]) extends Product with Serializable
Value Members
-
object
DependencyScope extends Serializable
- Annotations
- @JSExportAll() @JSExportTopLevel( "DependencyScope" )
-
object
DesignScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "DesignScope" )
-
object
ExtensionScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ExtensionScope" )
-
object
ValidationScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ValidationScope" )