Uses of Interface
org.int4.dirk.api.CandidateRegistry
-
Packages that use CandidateRegistry Package Description org.int4.dirk.api org.int4.dirk.core org.int4.dirk.plugins -
-
Uses of CandidateRegistry in org.int4.dirk.api
Subinterfaces of CandidateRegistry in org.int4.dirk.api Modifier and Type Interface Description interfaceInjectorAn injector is a combination of aCandidateRegistryand anInstanceResolver, providing the functionality of both interfaces in a single type.Methods in org.int4.dirk.api that return CandidateRegistry Modifier and Type Method Description CandidateRegistryInjector. getCandidateRegistry()Returns aCandidateRegistry, which can be shared instead of this class to share only methods that can be used to register and remove objects. -
Uses of CandidateRegistry in org.int4.dirk.core
Classes in org.int4.dirk.core that implement CandidateRegistry Modifier and Type Class Description classStandardInjectorA standard implementation ofInjectorprovided with the framework.Methods in org.int4.dirk.core that return CandidateRegistry Modifier and Type Method Description CandidateRegistryStandardInjector. getCandidateRegistry() -
Uses of CandidateRegistry in org.int4.dirk.plugins
Methods in org.int4.dirk.plugins with parameters of type CandidateRegistry Modifier and Type Method Description voidComponentScanner. scan(CandidateRegistry registry)Scans for annotated types and adds them to the givenCandidateRegistry.Constructors in org.int4.dirk.plugins with parameters of type CandidateRegistry Constructor Description PluginManager(ComponentScannerFactory componentScannerFactory, CandidateRegistry registry)Constructs a new instance.
-