Generated by
JDiff

Class org.apache.pig.tools.parameters.PreprocessorContext

Added Constructors
PreprocessorContext(Map)  
 

Added Methods
Map getParamVal()  
void loadParamVal(List, List)  
String substitute(String, String)  
 

Changed Methods
void processOrdLine(String, String) Change in exceptions thrown from no exceptions to org.apache.pig.tools.parameters.ParameterSubstitutionException.
This method generates value for the specified key by performing substitution if needed within the value first.
void processOrdLine(String, String, Boolean) Change in exceptions thrown from no exceptions to org.apache.pig.tools.parameters.ParameterSubstitutionException.
This method generates value for the specified key by performing substitution if needed within the value first.
void processShellCmd(String, String) Change in exceptions thrown from no exceptions to org.apache.pig.tools.parameters.ParameterSubstitutionException.
This method generates parameter value by running specified command
void processShellCmd(String, String, Boolean) Change in exceptions thrown from no exceptions to org.apache.pig.tools.parameters.ParameterSubstitutionException.
This method generates parameter value by running specified command
String substitute(String) Change in exceptions thrown from no exceptions to org.apache.pig.tools.parameters.ParameterSubstitutionException.