Uses of Interface
space.arim.dazzleconf.backend.Backend.Document
Packages that use Backend.Document
Package
Description
This package defines a framework for interactions between the library and the configuration format.
-
Uses of Backend.Document in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend that return Backend.DocumentModifier and TypeMethodDescriptionstatic @NonNull Backend.DocumentReturns a document consisting of the following data, without commmentsMethods in space.arim.dazzleconf.backend that return types with arguments of type Backend.DocumentModifier and TypeMethodDescription@NonNull LoadResult<@Nullable Backend.Document> Backend.read(@NonNull ErrorContext.Source errorSource) Reads data.Methods in space.arim.dazzleconf.backend with parameters of type Backend.DocumentModifier and TypeMethodDescriptionvoidBackend.write(@NonNull Backend.Document document) Writes the provided data tree to the source.