Uses of Interface
eu.bandm.tools.format.spi.FormatProvider
Package
Description
Text layout and pretty printing,
see the user documentation.
An implementation-agnostic API for pretty-printing format objects.
-
Uses of FormatProvider in eu.bandm.tools.format
-
Uses of FormatProvider in eu.bandm.tools.format.spi
Modifier and TypeClassDescriptionclass
FormatProxy<F>
A proxy provider that delegates creation of format objects to some other provider.class
FormatServer<F>
A proxy provider that adds convenience methods for producing format objects.Modifier and TypeFieldDescriptionprotected final FormatProvider<F>
FormatProxy.provider
The provider to delegate to.ModifierConstructorDescriptionprotected
FormatProxy
(FormatProvider<F> provider) Creates a new instancce.FormatServer
(FormatProvider<F> provider) Creates a new instance.