Packages

case class ProjectDescriptor extends JsonLDObjectWrapper with GavAware with Product with Serializable

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

Type Members

  1. type This = ProjectDescriptor
    Definition Classes
    ProjectDescriptorJsonLDObjectWrapper

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. lazy val apiVersion: Option[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val backwardsCompatible: Option[Boolean]
  7. val base: String
  8. implicit def boolFieldConversion(boolField: BoolField): Boolean
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  9. implicit def boolOptFieldConversion(boolField: BoolField): Option[Boolean]
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  10. lazy val classifier: Option[String]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def copy(newWrapped: JsonLDObject): This
    Attributes
    protected
    Definition Classes
    ProjectDescriptorJsonLDObjectWrapper
  13. lazy val dependencies: Seq[ProjectDependency]
  14. implicit def dependencyConversion(objs: Seq[JsonLDObject]): Seq[ProjectDependency]
  15. lazy val description: Option[String]
  16. lazy val descriptorVersion: String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. implicit def fieldToString(field: Field): String
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  19. lazy val gav: Gav
    Definition Classes
    ProjectDescriptorGavAware
  20. def get[T](field: Field): T
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. implicit def instanceConversion(objs: Seq[JsonLDObject]): Seq[Instance]
  23. lazy val instances: Seq[Instance]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isLegacyDescriptor: Boolean
  26. lazy val main: String
  27. lazy val metadata: Option[Metadata]
  28. implicit def metadataConversion(obj: JsonLDObject): Option[Metadata]
  29. lazy val name: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. lazy val organizationId: Option[String]
  34. lazy val originalFormatVersion: Option[String]
  35. lazy val projectId: Option[String]
  36. lazy val publishWithRefFiles: Option[Boolean]
  37. implicit def strCollectionFieldConversion(collectionField: Seq[StrField]): Seq[String]
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  38. implicit def strFieldConversion(optField: StrField): String
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  39. implicit def strOptFieldConversion(optField: StrField): Option[String]
    Attributes
    protected
    Definition Classes
    JsonLDObjectWrapper
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. lazy val tags: Seq[String]
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withApiVersion(apiVersion: String): ProjectDescriptor
  46. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  47. def withClassifier(classifier: String): ProjectDescriptor
  48. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  49. def withDescription(description: String): ProjectDescriptor
  50. def withDescriptorVersion(version: String): ProjectDescriptor
  51. def withDynamicProperty(key: String, value: JsonLDObject): This
    Definition Classes
    JsonLDObjectWrapper
  52. def withDynamicProperty(key: String, value: Float): This
    Definition Classes
    JsonLDObjectWrapper
  53. def withDynamicProperty(key: String, value: Boolean): This
    Definition Classes
    JsonLDObjectWrapper
  54. def withDynamicProperty(key: String, value: Int): This
    Definition Classes
    JsonLDObjectWrapper
  55. def withDynamicProperty(key: String, value: String): This
    Definition Classes
    JsonLDObjectWrapper
  56. def withGav(gav: Gav): ProjectDescriptor
  57. def withInstance(instance: Instance): ProjectDescriptor
  58. def withInstances(instances: Seq[Instance]): ProjectDescriptor
  59. def withMain(main: String): ProjectDescriptor
  60. def withMetadata(metadata: Metadata): ProjectDescriptor
  61. def withName(name: String): ProjectDescriptor
  62. def withOrganizationId(organizationId: String): ProjectDescriptor
  63. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  64. def withProjectId(projectId: String): ProjectDescriptor
  65. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  66. def withTag(tag: String): ProjectDescriptor
  67. 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 GavAware

Inherited from JsonLDObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped