public static final class PdfConfigurationProcessor.Update extends java.lang.Object implements ConfigurationObject
The object that defines how to update the PDFConfig
(see !updatePdfConfig processor).
[[examples=updatePdfMetadata]]
| Constructor and Description |
|---|
PdfConfigurationProcessor.Update()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFormat(java.lang.String format)
The replacement format.
|
void |
setValueKey(java.lang.String valueKey)
The key to use to look up the value in the values object.
|
void |
validate(java.util.List<java.lang.Throwable> validationErrors,
Configuration configuration)
validate that the configuration was correct.
|
public PdfConfigurationProcessor.Update()
public void validate(java.util.List<java.lang.Throwable> validationErrors,
Configuration configuration)
ConfigurationObjectvalidate in interface ConfigurationObjectvalidationErrors - a list to add any detected errors to.configuration - the containing configurationpublic void setValueKey(java.lang.String valueKey)
valueKey - the path or key for retrieving the valuepublic void setFormat(java.lang.String format)
format - the update format. There can only be a single value.