Uses of Class
space.arim.dazzleconf.backend.DataTree.Mut
Packages that use DataTree.Mut
Package
Description
Version 2 of the library, provided as a separate package.
This package defines a framework for interactions between the library and the configuration format.
-
Uses of DataTree.Mut in space.arim.dazzleconf
Methods in space.arim.dazzleconf with parameters of type DataTree.MutModifier and TypeMethodDescription@NonNull LoadResult<@NonNull C> ConfigurationDefinition.readWithUpdate(@NonNull DataTree.Mut dataTree, @NonNull ConfigurationDefinition.ReadWithUpdateOptions readOptions) Reads from the data tree given, and updates it as necessary.voidConfiguration.writeTo(@NonNull C config, @NonNull DataTree.Mut dataTree) Writes to the given data tree.voidConfigurationDefinition.writeTo(@NonNull C config, @NonNull DataTree.Mut dataTree, @NonNull ConfigurationDefinition.WriteOptions writeOptions) Writes to the given data tree. -
Uses of DataTree.Mut in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend that return DataTree.MutModifier and TypeMethodDescription@NonNull DataTree.MutDataTree.Immut.intoMut()abstract @NonNull DataTree.MutDataTree.intoMut()Gets this data tree as a mutable one.@NonNull DataTree.MutDataTree.Mut.intoMut()