de.flapdoodle.embed.nodejs
Class NodejsPaths

java.lang.Object
  extended by de.flapdoodle.embed.nodejs.NodejsPaths
All Implemented Interfaces:
de.flapdoodle.embed.process.config.store.IPackageResolver

public class NodejsPaths
extends Object
implements de.flapdoodle.embed.process.config.store.IPackageResolver


Constructor Summary
NodejsPaths()
           
 
Method Summary
 String executableFilename(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
 Pattern executeablePattern(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
 de.flapdoodle.embed.process.distribution.ArchiveType getArchiveType(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
 String getPath(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
protected static String getVersionPart(de.flapdoodle.embed.process.distribution.IVersion version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodejsPaths

public NodejsPaths()
Method Detail

executeablePattern

public Pattern executeablePattern(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
executeablePattern in interface de.flapdoodle.embed.process.config.store.IPackageResolver

executableFilename

public String executableFilename(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
executableFilename in interface de.flapdoodle.embed.process.config.store.IPackageResolver

getArchiveType

public de.flapdoodle.embed.process.distribution.ArchiveType getArchiveType(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
getArchiveType in interface de.flapdoodle.embed.process.config.store.IPackageResolver

getPath

public String getPath(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
getPath in interface de.flapdoodle.embed.process.config.store.IPackageResolver

getVersionPart

protected static String getVersionPart(de.flapdoodle.embed.process.distribution.IVersion version)


Copyright © 2012. All Rights Reserved.