public final class DefaultDocumentFormatRegistryInstanceHolder extends Object
DocumentFormatRegistry instance. The DefaultDocumentFormatRegistry will use this holder to initialize all its DocumentFormat
constants.| Modifier and Type | Method and Description |
|---|---|
static DocumentFormatRegistry |
getInstance()
Gets the default
DocumentFormatRegistry instance. |
static void |
setInstance(DocumentFormatRegistry registry)
Sets the default
DocumentFormatRegistry instance. |
public static DocumentFormatRegistry getInstance()
DocumentFormatRegistry instance.DocumentFormatRegistry.public static void setInstance(DocumentFormatRegistry registry)
DocumentFormatRegistry instance.registry - The default DocumentFormatRegistry.