Packages

package descriptor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AttributeEntry extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
  2. sealed case class DependencyScope(scope: String) extends Product with Serializable
    Annotations
    @JSExportAll()
  3. case class FilePackaging extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
  4. case class Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
  5. case class Instance extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
  6. case class Metadata(internal: JsonLDObject) extends DynamicObject with UnwrappedFields with GraphAccessors with Product with Serializable
  7. case class ProjectDependency extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
  8. case class ProjectDescriptor extends DynamicObject with GraphAccessors with ProjectBase with Product with Serializable

Value Members

  1. object AttributeEntry extends Serializable
  2. object AttributeEntryModel
  3. object DependencyScope extends Serializable
    Annotations
    @JSExportAll() @JSExportTopLevel( "DependencyScope" )
  4. object DesignScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "DesignScope" )
  5. object ExtensionScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ExtensionScope" )
  6. object FilePackaging extends Serializable
  7. object FilePackagingModel
  8. object Gav extends Serializable
  9. object Instance extends Serializable
  10. object InstanceModel
  11. object ManagementScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ManagementScope" )
  12. object Metadata extends Serializable
  13. object ProjectDependency extends Serializable
  14. object ProjectDescriptor extends Serializable
  15. object ValidationScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ValidationScope" )

Ungrouped