Object/Class

com.reactific.helpers

OSSLicense

Related Docs: class OSSLicense | package helpers

Permalink

object OSSLicense extends Registry[OSSLicense] with Serializable

Linear Supertypes
Serializable, Serializable, Registry[OSSLicense], AbstractRegistry[Symbol, OSSLicense], ThrowingHelper, LoggingHelper, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OSSLicense
  2. Serializable
  3. Serializable
  4. Registry
  5. AbstractRegistry
  6. ThrowingHelper
  7. LoggingHelper
  8. LazyLogging
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ApacheV2: OSSLicense

    Permalink
  5. val BSD3Clause: OSSLicense

    Permalink
  6. val GPLv3: OSSLicense

    Permalink
  7. val MIT: OSSLicense

    Permalink
  8. val MPL2: OSSLicense

    Permalink
  9. final def _register(key: Symbol, obj: OSSLicense): obj.type

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractRegistry
  10. final def _unregister(key: Symbol): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractRegistry
  11. def apply(name: Symbol): Option[OSSLicense]

    Permalink
    Definition Classes
    Registry
  12. def as[U <: Registrable[OSSLicense]](id: Symbol): U

    Permalink
    Definition Classes
    Registry
  13. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def contains(key: Symbol): Boolean

    Permalink
    Definition Classes
    AbstractRegistry
  16. def containsValue(value: OSSLicense): Boolean

    Permalink
    Definition Classes
    AbstractRegistry
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def exists(name: Symbol): Boolean

    Permalink
    Definition Classes
    AbstractRegistry
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def find(ids: Seq[Symbol]): Seq[OSSLicense]

    Permalink
    Definition Classes
    Registry
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getRegistrant(name: Symbol): Option[OSSLicense]

    Permalink
    Definition Classes
    Registry
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def isEmpty: Boolean

    Permalink
    Definition Classes
    AbstractRegistry
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isRegistered(name: Symbol): Boolean

    Permalink
    Definition Classes
    Registry
  28. def keys: Seq[Symbol]

    Permalink
    Definition Classes
    AbstractRegistry
  29. lazy val log: Logger

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

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

    Permalink
    Definition Classes
    RegistryLoggingHelper
  32. def lookup(key: Symbol): Option[OSSLicense]

    Permalink
    Definition Classes
    AbstractRegistry
  33. def lookupOrElse(key: Symbol, value: OSSLicense): Option[OSSLicense]

    Permalink
    Definition Classes
    AbstractRegistry
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def nonEmpty: Boolean

    Permalink
    Definition Classes
    AbstractRegistry
  36. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. def pick: OSSLicense

    Permalink
    Definition Classes
    Registry
  39. def pick(index: Int): Symbol

    Permalink
    Definition Classes
    AbstractRegistry
  40. val rand: Random

    Permalink
    Definition Classes
    Registry
  41. def register(thing: OSSLicense): Unit

    Permalink
    Definition Classes
    Registry
  42. val registrantsName: String

    Permalink
    Definition Classes
    OSSLicenseRegistry
  43. val registryName: String

    Permalink
    Definition Classes
    OSSLicenseRegistry
  44. def size: Int

    Permalink
    Definition Classes
    AbstractRegistry
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def toss(msg: ⇒ String, cause: Option[Throwable] = None): Nothing

    Permalink

    Identity Aware Exception Toss This function makes it easier to throw (toss) an exception that adds a message to it and also identifies the tosser that threw it.

    Identity Aware Exception Toss This function makes it easier to throw (toss) an exception that adds a message to it and also identifies the tosser that threw it. This helps track down where in the code the message was thrown from.

    msg

    - Message to add to the exception

    cause

    - The root cause exception

    Definition Classes
    ThrowingHelper
  48. def unregister(thing: OSSLicense): Unit

    Permalink
    Definition Classes
    Registry
  49. def values: Seq[OSSLicense]

    Permalink
    Definition Classes
    AbstractRegistry
  50. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Registry[OSSLicense]

Inherited from AbstractRegistry[Symbol, OSSLicense]

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped