Packages

package descriptor

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. case class Instance extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
  4. case class Metadata(internal: JsonLDObject) extends DynamicObject with UnwrappedFields with GraphAccessors with Product with Serializable
  5. case class ProjectDependency extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
  6. case class ProjectDescriptor extends DynamicObject with GraphAccessors with ProjectBase 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 Instance extends Serializable
  6. object InstanceModel
  7. object ManagementScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ManagementScope" )
  8. object Metadata extends Serializable
  9. object ProjectDependency extends Serializable
  10. object ProjectDescriptor extends Serializable
  11. object ValidationScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ValidationScope" )

Ungrouped