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. case class Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
  3. trait GavAware extends AnyRef
  4. case class LiteralProperty(iri: String, value: Any) extends Product with Serializable
    Attributes
    protected[apb]
  5. case class MetadataElement(branchId: Option[String], commitId: Option[String], projectId: Option[String]) extends Product with Serializable
  6. 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
  7. case class ProjectDescriptor(instance: DialectInstance, base: String, descriptorVersion: String) extends GavAware with 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 Gav extends Serializable
  5. object ProjectDescriptorModel
  6. object ValidationScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ValidationScope" )

Ungrouped