de.flapdoodle.embed.nodejs
Class NodejsRuntimeConfig

java.lang.Object
  extended by de.flapdoodle.embed.nodejs.NodejsRuntimeConfig
All Implemented Interfaces:
de.flapdoodle.embed.process.config.IRuntimeConfig

public class NodejsRuntimeConfig
extends Object
implements de.flapdoodle.embed.process.config.IRuntimeConfig


Constructor Summary
NodejsRuntimeConfig()
           
 
Method Summary
 de.flapdoodle.embed.process.runtime.ICommandLinePostProcessor getCommandLinePostProcessor()
           
 de.flapdoodle.embed.process.extract.ITempNaming getDefaultfileNaming()
           
 de.flapdoodle.embed.process.config.store.IDownloadConfig getDownloadConfig()
           
 de.flapdoodle.embed.process.extract.ITempNaming getExecutableNaming()
           
 de.flapdoodle.embed.process.config.io.ProcessOutput getProcessOutput()
           
 void setCommandLinePostProcessor(de.flapdoodle.embed.process.runtime.ICommandLinePostProcessor commandLinePostProcessor)
           
 void setDefaultfileNaming(de.flapdoodle.embed.process.extract.ITempNaming defaultfileNaming)
           
 void setDownloadConfig(NodejsDownloadConfig downloadConfig)
           
 void setExecutableNaming(de.flapdoodle.embed.process.extract.ITempNaming executableNaming)
           
 void setProcessOutput(de.flapdoodle.embed.process.config.io.ProcessOutput processOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodejsRuntimeConfig

public NodejsRuntimeConfig()
Method Detail

getDownloadConfig

public de.flapdoodle.embed.process.config.store.IDownloadConfig getDownloadConfig()
Specified by:
getDownloadConfig in interface de.flapdoodle.embed.process.config.IRuntimeConfig

getDefaultfileNaming

public de.flapdoodle.embed.process.extract.ITempNaming getDefaultfileNaming()
Specified by:
getDefaultfileNaming in interface de.flapdoodle.embed.process.config.IRuntimeConfig

getExecutableNaming

public de.flapdoodle.embed.process.extract.ITempNaming getExecutableNaming()
Specified by:
getExecutableNaming in interface de.flapdoodle.embed.process.config.IRuntimeConfig

getProcessOutput

public de.flapdoodle.embed.process.config.io.ProcessOutput getProcessOutput()
Specified by:
getProcessOutput in interface de.flapdoodle.embed.process.config.IRuntimeConfig

getCommandLinePostProcessor

public de.flapdoodle.embed.process.runtime.ICommandLinePostProcessor getCommandLinePostProcessor()
Specified by:
getCommandLinePostProcessor in interface de.flapdoodle.embed.process.config.IRuntimeConfig

setDefaultfileNaming

public void setDefaultfileNaming(de.flapdoodle.embed.process.extract.ITempNaming defaultfileNaming)

setExecutableNaming

public void setExecutableNaming(de.flapdoodle.embed.process.extract.ITempNaming executableNaming)

setProcessOutput

public void setProcessOutput(de.flapdoodle.embed.process.config.io.ProcessOutput processOutput)

setCommandLinePostProcessor

public void setCommandLinePostProcessor(de.flapdoodle.embed.process.runtime.ICommandLinePostProcessor commandLinePostProcessor)

setDownloadConfig

public void setDownloadConfig(NodejsDownloadConfig downloadConfig)


Copyright © 2012. All Rights Reserved.