jenkins.plugins.nodejs.tools.pathresolvers
Class LatestInstallerPathResolver

java.lang.Object
  extended by jenkins.plugins.nodejs.tools.pathresolvers.LatestInstallerPathResolver
All Implemented Interfaces:
InstallerPathResolver

public class LatestInstallerPathResolver
extends Object
implements InstallerPathResolver

Author:
fcamblor

Nested Class Summary
 
Nested classes/interfaces inherited from interface jenkins.plugins.nodejs.tools.InstallerPathResolver
InstallerPathResolver.Factory
 
Constructor Summary
LatestInstallerPathResolver()
           
 
Method Summary
 String extractArchiveIntermediateDirectoryName(String relativeDownloadPath)
           
 String resolvePathFor(String version, NodeJSInstaller.Platform platform, NodeJSInstaller.CPU cpu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatestInstallerPathResolver

public LatestInstallerPathResolver()
Method Detail

resolvePathFor

public String resolvePathFor(String version,
                             NodeJSInstaller.Platform platform,
                             NodeJSInstaller.CPU cpu)
Specified by:
resolvePathFor in interface InstallerPathResolver

extractArchiveIntermediateDirectoryName

public String extractArchiveIntermediateDirectoryName(String relativeDownloadPath)
Specified by:
extractArchiveIntermediateDirectoryName in interface InstallerPathResolver


Copyright © 2004-2014. All Rights Reserved.