Exemple #1
0
 /*
  * Creates an output product reference for a request.
  */
 private ProductRef createOutputProductRef() {
   final ParamGroup paramGroup = getParamGroup();
   final String fileName = paramGroup.getParameter(OUTPUT_PRODUCT_PARAM_NAME).getValueAsText();
   final String fileFormat = paramGroup.getParameter(OUTPUT_FORMAT_PARAM_NAME).getValueAsText();
   return ProcessorUtils.createProductRef(fileName, fileFormat);
 }