Uses of Interface
space.arim.dazzleconf.backend.Printable
Packages that use Printable
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 Printable in space.arim.dazzleconf
Fields in space.arim.dazzleconf with type parameters of type PrintableModifier and TypeFieldDescriptionstatic final ErrorContext.Key<Printable> ErrorContext.BACKEND_MESSAGEError message provided by the configuration format backendMethods in space.arim.dazzleconf that return PrintableModifier and TypeMethodDescription@NonNull PrintableErrorContext.display()Formats this error context and includes all information.@NonNull PrintableErrorContext.mainMessage()Gets the main message to display as the reason for this error.Methods in space.arim.dazzleconf with parameters of type PrintableModifier and TypeMethodDescription@NonNull ErrorContextErrorContext.Source.buildError(@NonNull Printable message) Builds an error context based on the implementation.voidOutputs the given printable content<R> @NonNull LoadResult<R> ErrorContext.Source.throwError(@NonNull Printable message) Builds an error context, wraps it in aLoadResultand returns it. -
Uses of Printable in space.arim.dazzleconf.backend
Classes in space.arim.dazzleconf.backend that implement PrintableModifier and TypeClassDescriptionclassA key path consists of an ordered sequence of strings.static final classA key path which is unmistakably immutable.static final classstatic classA base implementation forPrintable.Methods in space.arim.dazzleconf.backend that return PrintableModifier and TypeMethodDescriptionstatic @NonNull PrintableJoins multiple printable values, appending them one after the other.static @NonNull PrintablePrintable.preBuilt(@NonNull CharSequence content) Makes a simple implementation based on an existing string.Methods in space.arim.dazzleconf.backend with parameters of type Printable