Exemplo n.º 1
0
 /**
  * Specific parameters may override to provide additional keywords support.
  *
  * @param value the string value as in configuration file
  * @return the integer value going to be set as parameter
  * @throws SearchException for unrecognized values
  */
 public Integer parseVal(String value) {
   return ConfigurationParseHelper.parseInt(value, "Invalid value for " + cfgKey + ": " + value);
 }