case class ProjectDescriptor(instance: DialectInstance, base: String, descriptorVersion: String) extends GavAware with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectDescriptor
- Serializable
- Serializable
- Product
- Equals
- GavAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProjectDescriptor(instance: DialectInstance, base: String, descriptorVersion: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val apiVersion: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backwardsCompatible: Option[Boolean]
- val base: String
- val classifier: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
copyWithLiteralProperties(properties: Seq[LiteralProperty], base: Option[String] = None): ProjectDescriptor
- Attributes
- protected[apb]
- val dependencies: Seq[ProjectDependency]
- val description: Option[String]
- val descriptorVersion: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
gav: Gav
- Definition Classes
- ProjectDescriptor → GavAware
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val instance: DialectInstance
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLegacyDescriptor: Boolean
- val main: String
- val metadata: Option[MetadataElement]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val organizationId: Option[String]
- val originalFormatVersion: Option[String]
- val projectId: Option[String]
- val publishWithRefFiles: Option[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: Seq[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
classifierSpec: Option[Spec]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.8) There is no a relation 1-1 between classifier and spec.
-
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.