Uses of Interface
eu.bandm.tools.format.spi.FormatProvider
Packages that use 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
Classes in eu.bandm.tools.format that implement FormatProvider -
Uses of FormatProvider in eu.bandm.tools.format.spi
Classes in eu.bandm.tools.format.spi that implement FormatProviderModifier 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.class
Trivial implementation.Fields in eu.bandm.tools.format.spi declared as FormatProviderModifier and TypeFieldDescriptionprotected final FormatProvider
<F> FormatProxy.provider
The provider to delegate to.Constructors in eu.bandm.tools.format.spi with parameters of type FormatProviderModifierConstructorDescriptionprotected
FormatProxy
(FormatProvider<F> provider) Creates a new instancce.FormatServer
(FormatProvider<F> provider) Creates a new instance.