de.flapdoodle.embed.nodejs
Class NodejsExecutable
java.lang.Object
de.flapdoodle.embed.process.runtime.Executable<NodejsConfig,NodejsProcess>
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 |
NodejsExecutable
public NodejsExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
NodejsConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
File executable)
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.