de.flapdoodle.embed.nodejs
Class NodejsStarter

java.lang.Object
  extended by de.flapdoodle.embed.process.runtime.Starter<NodejsConfig,NodejsExecutable,NodejsProcess>
      extended by de.flapdoodle.embed.nodejs.NodejsStarter

public class NodejsStarter
extends de.flapdoodle.embed.process.runtime.Starter<NodejsConfig,NodejsExecutable,NodejsProcess>


Constructor Summary
NodejsStarter(de.flapdoodle.embed.process.config.IRuntimeConfig config)
           
 
Method Summary
protected  NodejsExecutable newExecutable(NodejsConfig config, de.flapdoodle.embed.process.distribution.Distribution distribution, de.flapdoodle.embed.process.config.IRuntimeConfig runtime, File exe)
           
 
Methods inherited from class de.flapdoodle.embed.process.runtime.Starter
checkDistribution, extractExe, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodejsStarter

public NodejsStarter(de.flapdoodle.embed.process.config.IRuntimeConfig config)
Method Detail

newExecutable

protected NodejsExecutable newExecutable(NodejsConfig config,
                                         de.flapdoodle.embed.process.distribution.Distribution distribution,
                                         de.flapdoodle.embed.process.config.IRuntimeConfig runtime,
                                         File exe)
Specified by:
newExecutable in class de.flapdoodle.embed.process.runtime.Starter<NodejsConfig,NodejsExecutable,NodejsProcess>


Copyright © 2012. All Rights Reserved.