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. IdentifiedWithRegistry
  9. Identifiable
  10. AnyRef
  11. 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. def createLoggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  9. val description: String

    Permalink
  10. 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
  11. 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
  12. 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
  13. 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
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Registrable → AnyRef
  16. 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()
  17. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  20. def isRegistered: Boolean

    Permalink
    Definition Classes
    Registrable
  21. lazy val label: String

    Permalink
    Definition Classes
    Identifiable
  22. def level: Level

    Permalink
    Definition Classes
    LoggingHelper
  23. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  24. def loggerName: String

    Permalink
    Definition Classes
    LoggingHelper
  25. val name: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    OSSLicenseRegistrableIdentifiedWithRegistry
  32. def registryName: String

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

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

    Permalink
    Definition Classes
    Registrable
  35. val uri: URI

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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 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