com.github.bringking.maven.less
Class NodeJsRunner

java.lang.Object
  extended by com.github.bringking.maven.less.NodeJsRunner
All Implemented Interfaces:
Runner

public class NodeJsRunner
extends Object
implements Runner


Constructor Summary
NodeJsRunner(String nodeJsFile)
           
 
Method Summary
static String detectNodeCommand()
           
 ExitStatus exec(File mainScript, String[] args, org.mozilla.javascript.ErrorReporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeJsRunner

public NodeJsRunner(String nodeJsFile)
Method Detail

detectNodeCommand

public static String detectNodeCommand()

exec

public ExitStatus exec(File mainScript,
                       String[] args,
                       org.mozilla.javascript.ErrorReporter reporter)
Specified by:
exec in interface Runner


Copyright © 2014. All Rights Reserved.