package descriptor
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
- case class Instance extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
- case class Metadata(internal: JsonLDObject) extends DynamicObject with UnwrappedFields with GraphAccessors with Product with Serializable
- case class ProjectDependency extends DynamicObject with GraphAccessors with UnwrappedFields with Product with Serializable
- case class ProjectDescriptor extends DynamicObject with GraphAccessors with ProjectBase 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 Instance extends Serializable
- object InstanceModel
-
object
ManagementScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ManagementScope" )
- object Metadata extends Serializable
- object ProjectDependency extends Serializable
- object ProjectDescriptor extends Serializable
-
object
ValidationScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ValidationScope" )