Class/Object

com.reactific.helpers

OSSLicense

Related Docs: object OSSLicense | package helpers

Permalink

case class OSSLicense(name: String, description: String, uri: URI) extends Registrable[OSSLicense] with Product with Serializable

A Registration of the Open Source Software Licenses

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OSSLicense
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Registrable
  7. LoggingHelper
  8. LazyLogging
  9. IdentifiedWithRegistry
  10. Identifiable
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OSSLicense(name: String, description: String, uri: URI)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to any2stringadd[OSSLicense] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (OSSLicense, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to ArrowAssoc[OSSLicense] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val description: String

    Permalink
  9. def ensuring(cond: (OSSLicense) ⇒ Boolean, msg: ⇒ Any): OSSLicense

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to Ensuring[OSSLicense] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (OSSLicense) ⇒ Boolean): OSSLicense

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to Ensuring[OSSLicense] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): OSSLicense

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to Ensuring[OSSLicense] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): OSSLicense

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to Ensuring[OSSLicense] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Definition Classes
    Registrable → AnyRef
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to StringFormat[OSSLicense] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val id: Symbol

    Permalink
    Definition Classes
    OSSLicenseIdentifiable
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isRegistered: Boolean

    Permalink
    Definition Classes
    Registrable
  20. lazy val label: String

    Permalink
    Definition Classes
    Identifiable
  21. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  22. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  23. def logger_identity: String

    Permalink
    Definition Classes
    LoggingHelper
  24. val name: String

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def reference: RegistryReference[OSSLicense]

    Permalink
    Definition Classes
    Registrable
  29. def register(): Unit

    Permalink
    Definition Classes
    Registrable
  30. def registry: OSSLicense.type

    Permalink
    Definition Classes
    OSSLicenseRegistrableIdentifiedWithRegistry
  31. def registryName: String

    Permalink
    Definition Classes
    IdentifiedWithRegistry
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def unregister(): Unit

    Permalink
    Definition Classes
    Registrable
  34. val uri: URI

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (OSSLicense, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from OSSLicense to ArrowAssoc[OSSLicense] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Registrable[OSSLicense]

Inherited from LoggingHelper

Inherited from LazyLogging

Inherited from IdentifiedWithRegistry

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from OSSLicense to any2stringadd[OSSLicense]

Inherited by implicit conversion StringFormat from OSSLicense to StringFormat[OSSLicense]

Inherited by implicit conversion Ensuring from OSSLicense to Ensuring[OSSLicense]

Inherited by implicit conversion ArrowAssoc from OSSLicense to ArrowAssoc[OSSLicense]

Ungrouped