de.flapdoodle.embed.nodejs
Class NodejsExecutable

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

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


Constructor Summary
NodejsExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution, NodejsConfig config, de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig, File executable)
           
 
Method Summary
protected  NodejsProcess start(de.flapdoodle.embed.process.distribution.Distribution distribution, NodejsConfig config, de.flapdoodle.embed.process.config.IRuntimeConfig runtime)
           
 
Methods inherited from class de.flapdoodle.embed.process.runtime.Executable
cleanup, getFile, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodejsExecutable

public NodejsExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
                        NodejsConfig config,
                        de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
                        File executable)
Method Detail

start

protected NodejsProcess start(de.flapdoodle.embed.process.distribution.Distribution distribution,
                              NodejsConfig config,
                              de.flapdoodle.embed.process.config.IRuntimeConfig runtime)
                       throws IOException
Specified by:
start in class de.flapdoodle.embed.process.runtime.Executable<NodejsConfig,NodejsProcess>
Throws:
IOException


Copyright © 2012. All Rights Reserved.