Class FileScriptEvaluator

java.lang.Object
org.apache.maven.plugins.scripting.FileScriptEvaluator

public class FileScriptEvaluator extends Object
Evaluates a script held in a file. Use the engine name to override the engine if the file name does not refer/decode to a valid engine name or not define any at all.
Author:
Rusi Popov
  • Constructor Details

    • FileScriptEvaluator

      public FileScriptEvaluator(String engineName, File scriptFile)
      Parameters:
      engineName - optional engine name, used to override the engine selection from the file extension
      scriptFile - not null
  • Method Details