GeneratorContext context = getContext();
context.setProperty("mergeModeRequester", new GeneratorMergeModeRequester());
// Call the generator
Generator generator = context.getSelectedGenerator();
generator.preProcess(context);
}
/**
* Performs the processing.
* This method is called from inside the Swing worker thread to perform the processing.