public class NodeCacheResolver extends Object
| Constructor and Description |
|---|
NodeCacheResolver(org.eclipse.aether.RepositorySystemSession repositorySystemSession)
Constructs a new
NodeCacheResolver instance. |
| Modifier and Type | Method and Description |
|---|---|
File |
resolve(String version)
Returns a Node file handle according the given version.
|
File |
resolveUnpacked(String version)
Returns a Node file handle according the given version.
|
public NodeCacheResolver(org.eclipse.aether.RepositorySystemSession repositorySystemSession)
NodeCacheResolver instance.repositorySystemSession - the active repository system sessionNullPointerException - if any of the required parameters is null.public File resolve(String version)
version - the required node versionNullPointerException - if any of the required parameters is null.public File resolveUnpacked(String version)
version - the required Node versionNullPointerException - if any of the required parameters is null.Copyright © 2021. All rights reserved.