object OSSLicense extends Registry[OSSLicense] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OSSLicense
- Serializable
- Serializable
- Registry
- AbstractRegistry
- ThrowingHelper
- LoggingHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 ApacheV2: OSSLicense
- val BSD3Clause: OSSLicense
- val GPLv3: OSSLicense
- val MIT: OSSLicense
- val MPL2: OSSLicense
-
final
def
_register(key: Symbol, obj: OSSLicense): obj.type
- Attributes
- protected
- Definition Classes
- AbstractRegistry
-
final
def
_unregister(key: Symbol): Unit
- Attributes
- protected
- Definition Classes
- AbstractRegistry
-
def
apply(name: Symbol): Option[OSSLicense]
- Definition Classes
- Registry
-
def
as[U <: Registrable[OSSLicense]](id: Symbol): U
- Definition Classes
- Registry
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
contains(key: Symbol): Boolean
- Definition Classes
- AbstractRegistry
-
def
containsValue(value: OSSLicense): Boolean
- Definition Classes
- AbstractRegistry
-
def
createLoggerName: String
- Attributes
- protected
- Definition Classes
- Registry → LoggingHelper
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(name: Symbol): Boolean
- Definition Classes
- AbstractRegistry
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(ids: Seq[Symbol]): Seq[OSSLicense]
- Definition Classes
- Registry
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getRegistrant(name: Symbol): Option[OSSLicense]
- Definition Classes
- Registry
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
isEmpty: Boolean
- Definition Classes
- AbstractRegistry
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isRegistered(name: Symbol): Boolean
- Definition Classes
- Registry
-
def
keys: Seq[Symbol]
- Definition Classes
- AbstractRegistry
-
def
level: Level
- Definition Classes
- LoggingHelper
-
lazy val
log: Logger
- Attributes
- protected
- Definition Classes
- LoggingHelper
-
def
loggerName: String
- Definition Classes
- LoggingHelper
-
def
lookup(key: Symbol): Option[OSSLicense]
- Definition Classes
- AbstractRegistry
-
def
lookupOrElse(key: Symbol, value: OSSLicense): Option[OSSLicense]
- Definition Classes
- AbstractRegistry
-
def
map[W](f: ((Symbol, OSSLicense)) ⇒ (Symbol, W)): Map[Symbol, W]
- Definition Classes
- AbstractRegistry
-
def
mkThrowable(msg: String, cause: Option[Throwable] = None): ThrowableWithComponent
- Attributes
- protected
- Definition Classes
- ThrowingHelper
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Definition Classes
- AbstractRegistry
-
def
notImplemented(what: String): Nothing
- Definition Classes
- ThrowingHelper
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
pick: OSSLicense
- Definition Classes
- Registry
-
def
pick(index: Int): Symbol
- Definition Classes
- AbstractRegistry
-
val
rand: Random
- Definition Classes
- Registry
-
def
register(thing: OSSLicense): Unit
- Definition Classes
- Registry
-
val
registrantsName: String
- Definition Classes
- OSSLicense → Registry
-
val
registryName: String
- Definition Classes
- OSSLicense → Registry
-
def
select(f: ((Symbol, OSSLicense)) ⇒ Boolean): Iterable[OSSLicense]
- Definition Classes
- AbstractRegistry
-
def
size: Int
- Definition Classes
- AbstractRegistry
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toss(msg: ⇒ String, cause: Option[Throwable] = None): Nothing
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
-
def
unregister(thing: OSSLicense): Unit
- Definition Classes
- Registry
-
def
values: Seq[OSSLicense]
- Definition Classes
- AbstractRegistry
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )