Interface CustomFileGeneratorDefinition
- All Superinterfaces:
CustomDefinition
The main interface of custom exporter plugin.
-
Method Summary
Modifier and TypeMethodDescriptionconfigure
(GeneratorConfig.Builder configBuilder) Creates the custom file generator configuration.void
generate
(GeneratorContext context) Generates file with generator contextMethods inherited from interface com.experian.datastudio.sdk.api.CustomDefinition
createMetadata
-
Method Details
-
configure
Creates the custom file generator configuration.- Parameters:
configBuilder
- generator configuration builder- Returns:
- generator configuration of custom file generator
-
generate
Generates file with generator context- Parameters:
context
- generator context
-