Uses of Interface
me.a8kj.config.file.operation.impl.CRUDOperations
Packages that use CRUDOperations
Package
Description
-
Uses of CRUDOperations in me.a8kj.config
Classes in me.a8kj.config that implement CRUDOperationsModifier and TypeClassDescriptionclassProvides an automated YAML configuration source that triggers a read operation immediately after creation.classA robust YAML implementation ofBaseConfigthat supports hierarchical data structures and persistent merging. -
Uses of CRUDOperations in me.a8kj.config.context
Methods in me.a8kj.config.context that return CRUDOperationsModifier and TypeMethodDescriptionConfigExecutionContext.operations()Retrieves the operations handler (operator) used by this context.Method parameters in me.a8kj.config.context with type arguments of type CRUDOperationsModifier and TypeMethodDescriptionConfigExecutionContext.execute(Function<CRUDOperations<K>, ConfigOperation<K>> task) Executes a specific operation within this context. -
Uses of CRUDOperations in me.a8kj.config.context.impl
Methods in me.a8kj.config.context.impl that return CRUDOperationsMethods in me.a8kj.config.context.impl with parameters of type CRUDOperationsModifier and TypeMethodDescriptionstatic <K> ConfigExecutionContext<K> BasicConfigExecutionContext.of(String configKey, CRUDOperations<K> operations) Static factory to create a context from a registered config key.Method parameters in me.a8kj.config.context.impl with type arguments of type CRUDOperationsModifier and TypeMethodDescriptionBasicConfigExecutionContext.execute(Function<CRUDOperations<K>, ConfigOperation<K>> task) -
Uses of CRUDOperations in me.a8kj.config.file
Classes in me.a8kj.config.file that implement CRUDOperationsModifier and TypeClassDescriptionclassAn extended implementation ofBasicBukkitConfigthat automatically triggers aBasicBukkitConfig.read()operation immediately after the file is created.classBaseConfig<K>An abstract base implementation ofCRUDOperationsproviding core file management logic.classA standard implementation ofBukkitConfigspecifically designed for YAML files.classBukkitConfig<K> -
Uses of CRUDOperations in me.a8kj.config.file.impl
Classes in me.a8kj.config.file.impl that implement CRUDOperationsModifier and TypeClassDescriptionclassA specialized implementation of configuration for Velocity using Configurate 4.