de.flapdoodle.embed.nodejs
Class NodejsConfig

java.lang.Object
  extended by de.flapdoodle.embed.process.config.ExecutableProcessConfig
      extended by de.flapdoodle.embed.nodejs.NodejsConfig

public class NodejsConfig
extends de.flapdoodle.embed.process.config.ExecutableProcessConfig


Field Summary
 
Fields inherited from class de.flapdoodle.embed.process.config.ExecutableProcessConfig
version
 
Constructor Summary
NodejsConfig(de.flapdoodle.embed.process.distribution.IVersion version, String filename, List<String> parameters, String workingDirectory)
           
 
Method Summary
 String getFilename()
           
 List<String> getParameters()
           
 String getWorkingDirectory()
           
 
Methods inherited from class de.flapdoodle.embed.process.config.ExecutableProcessConfig
getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodejsConfig

public NodejsConfig(de.flapdoodle.embed.process.distribution.IVersion version,
                    String filename,
                    List<String> parameters,
                    String workingDirectory)
Method Detail

getFilename

public String getFilename()

getWorkingDirectory

public String getWorkingDirectory()

getParameters

public List<String> getParameters()


Copyright © 2012. All Rights Reserved.