Uses of Class
org.apache.pig.tools.parameters.ParameterSubstitutionException

Packages that use ParameterSubstitutionException
org.apache.pig.tools.parameters   
 

Uses of ParameterSubstitutionException in org.apache.pig.tools.parameters
 

Methods in org.apache.pig.tools.parameters that throw ParameterSubstitutionException
 void PreprocessorContext.processOrdLine(String key, String val)
          This method generates value for the specified key by performing substitution if needed within the value first.
 void PreprocessorContext.processOrdLine(String key, String val, Boolean overwrite)
          This method generates value for the specified key by performing substitution if needed within the value first.
 void PreprocessorContext.processShellCmd(String key, String val)
          This method generates parameter value by running specified command
 void PreprocessorContext.processShellCmd(String key, String val, Boolean overwrite)
          This method generates parameter value by running specified command
 String PreprocessorContext.substitute(String line)
           
 String PreprocessorContext.substitute(String line, String parentKey)
           
 



Copyright © 2007-2012 The Apache Software Foundation