package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
case class
DependencyScope(scope: String) extends Product with Serializable
- Annotations
- @JSExportAll()
- case class Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
- trait GavAware extends AnyRef
-
case class
LiteralProperty(iri: String, value: Any) extends Product with Serializable
- Attributes
- protected[apb]
- case class MetadataElement(branchId: Option[String], commitId: Option[String], projectId: Option[String]) extends Product with Serializable
- case class ProjectDependency(scope: DependencyScope, gav: Gav, hasExplicitScope: Boolean, shouldBeProvided: Boolean, parentClassifier: Option[String], classifier: Option[String] = None, packaging: Option[String] = None) extends GavAware with Product with Serializable
- case class ProjectDescriptor(instance: DialectInstance, base: String, descriptorVersion: String) extends GavAware with 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 Gav extends Serializable
- object ProjectDescriptorModel
-
object
ValidationScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ValidationScope" )