Package org.moddingx.libx.registration
package org.moddingx.libx.registration
-
ClassDescriptionEverything that is registered to
ModXRegistration
that implements this can specify dependencies and things to be done during setup phase.Interface to collect additional objects that are registered together with aRegisterable
.Some helpful methods to track elements with names depending on this elements registry name.A registration builder is used to configure the LibX registration system and adjust the behaviour of it.Provides some data that is present during registration like the id and registry key of the object being registered.A registry condition is used by the LibX registration system to prevent things passed to the register methods from being registered.A registry transformer is used by the LibX registration system to register additional things dynamically based on other objects, that have been passed to the system.An extension ofRegistrationContext
that is used during setup phase.