public interface ValidatingOutputFormat extends OutputFormatProvider
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_TYPE |
Modifier and Type | Method and Description |
---|---|
void |
validate(FormatContext context)
Validates configurations of output format.
|
getOutputFormatClassName, getOutputFormatConfiguration
static final String PLUGIN_TYPE
void validate(FormatContext context)
context
- format contextIllegalArgumentException
- incase of validation errors.Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.