hooks
FeatureRepositoryImpl
class
FeatureRepositoryImpl
extends FeatureRepository
Instance Constructors
-
new
FeatureRepositoryImpl
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
_registeredFeatures
: ListBuffer[Feature]
-
val
_registeredPlugins
: ListBuffer[Plugin]
-
val
_requiredFeatures
: ListBuffer[Feature]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
features
: List[Feature]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hasFeature
(feature: Feature): Boolean
-
def
hasFeatures
(features: Feature*): Boolean
-
def
hashCode
(): Int
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isRequired
(features: Feature*): Boolean
-
def
makeContext
(desiredFeatures: List[Feature], token: Option[Any]): HookContext
-
def
makeContext
(desiredFeatures: List[Feature], token: Any): HookContext
-
def
makeContext
(desiredFeatures: List[Feature]): HookContext
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
optionalFeatures
: List[Feature]
-
def
plugins
: List[Plugin]
-
def
purge
(preserve: Feature*): Unit
-
def
register
(features: Feature*): Unit
-
def
registerPlugins
(plugins: Plugin*): Unit
-
def
require
(features: Feature*): Unit
-
def
requiredFeatures
: List[Feature]
-
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
traceFeatures
(head: List[FeatureLike], token: Option[Any]): List[FeatureLike]
-
def
useTemporaryState
(): Unit
-
def
usingFeatures
[R]
(desiredFeatures: List[Feature], token: Any)(f: ⇒ R): R
-
def
usingFeatures
[R]
(desiredFeatures: List[Feature])(f: ⇒ R): R
-
def
usingTemporaryState
[R]
(f: ⇒ R): R
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
A concrete implementation of a Feature repository