Package org.eclipse.handly.context
Provides an API, basic implementations, and utilities for contexts.
-
Interface Summary Interface Description IContext A context supplies values associated with keys; keys are instances ofProperty
orClass
. -
Class Summary Class Description Context Implementation ofIContext
that is based on explicit bindings and does not allow re-binding.Contexts Provides static utility methods for creating and operating onIContext
s.GuiceContext Implementation ofIContext
backed by a Guice injector.