Packages

case class ProjectDescriptor extends JsonLDObjectWrapper with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, JsonLDObjectWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JsonLDObjectWrapper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProjectDescriptor(main: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val apiVersion: ClientOption[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val backwardsCompatible: ClientOption[Boolean]
  7. val classifier: ClientOption[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val dependencies: ClientList[ProjectDependency]
  10. val description: ClientOption[String]
  11. val descriptorVersion: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val gav: Gav
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val instances: ClientList[Instance]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isLegacyDescriptor: Boolean
  18. val main: String
  19. val metadata: ClientOption[Metadata]
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val organizationId: ClientOption[String]
  25. val originalFormatVersion: ClientOption[String]
  26. val projectId: ClientOption[String]
  27. val publishWithRefFiles: ClientOption[Boolean]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val tags: ClientList[String]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withApiVersion(apiVersion: String): ProjectDescriptor
  34. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  35. def withClassifier(classifier: String): ProjectDescriptor
  36. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  37. def withDescription(description: String): ProjectDescriptor
  38. def withDescriptorVersion(version: String): ProjectDescriptor
  39. def withDynamicProperty(key: String, value: JsonLDObject): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  40. def withDynamicProperty(key: String, value: Float): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  41. def withDynamicProperty(key: String, value: Boolean): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  42. def withDynamicProperty(key: String, value: Int): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  43. def withDynamicProperty(key: String, value: String): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  44. def withGav(gav: Gav): ProjectDescriptor
  45. def withInstance(instance: Instance): ProjectDescriptor
  46. def withInstances(instances: ClientList[Instance]): ProjectDescriptor
  47. def withMain(main: String): ProjectDescriptor
  48. def withMetadata(metadata: Metadata): ProjectDescriptor
  49. def withName(name: String): ProjectDescriptor
  50. def withOrganizationId(organizationId: String): ProjectDescriptor
  51. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  52. def withProjectId(projectId: String): ProjectDescriptor
  53. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  54. def withTag(tag: String): ProjectDescriptor
  55. def withTags(tags: Seq[String]): ProjectDescriptor

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsonLDObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped