Uses of Interface
space.arim.dazzleconf.backend.Backend
Packages that use Backend
Package
Description
Version 2 of the library, provided as a separate package.
An optional API for migrations.
-
Uses of Backend in space.arim.dazzleconf
Methods in space.arim.dazzleconf with parameters of type BackendModifier and TypeMethodDescription@NonNull CConfiguration.configureOrFallback(@NonNull Backend backend, @NonNull ConfigureListener configureListener, @NonNull ErrorPrint errorPrint) Configures, migrates, and/or updates the backend as needed.@NonNull CConfiguration.configureOrFallback(@NonNull Backend backend, @NonNull ErrorPrint errorPrint) Configures, migrates, and/or updates the backend as needed.@NonNull LoadResult<@NonNull C> Configuration.configureWith(@NonNull Backend backend) Configures, migrates, and/or updates the backend as needed.@NonNull LoadResult<@NonNull C> Configuration.configureWith(@NonNull Backend backend, @NonNull ConfigureListener configureListener) Configures, migrates, and/or updates the backend as needed. -
Uses of Backend in space.arim.dazzleconf.migration
Methods in space.arim.dazzleconf.migration that return BackendModifier and TypeMethodDescription@NonNull BackendMigrateContext.mainBackend()The backend being used to load the main configuration.