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. trait DynamicObject extends AnyRef
  3. trait JsonLDObjectWrapper extends AnyRef
  4. case class Metadata(wrapped: JsonLDObject) extends JsonLDObjectWrapper with UnwrappedFields with Product with Serializable
  5. trait ProjectBase extends UnwrappedFields with GavAware
  6. case class ProjectDependency extends JsonLDObjectWrapper with UnwrappedFields with GavAware with Product with Serializable
  7. trait UnwrappedFields extends AnyRef

Value Members

  1. object DependencyScope extends Serializable
    Annotations
    @JSExportAll() @JSExportTopLevel( "DependencyScope" )
  2. object DesignScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "DesignScope" )
  3. object DynamicObject
  4. object ExtensionScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ExtensionScope" )
  5. object ManagementScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ManagementScope" )
  6. object Metadata extends Serializable
  7. object MetadataModel
  8. object ProjectDependency extends Serializable
  9. object ProjectDependencyModel
  10. object ProjectDescriptorModel
  11. object ProjectDescriptorModelIris
  12. object ValidationScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ValidationScope" )

Ungrouped