public class NutsJavaSdkUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.NutsLogger |
_LOG(net.thevpc.nuts.NutsSession session) |
protected net.thevpc.nuts.NutsLoggerOp |
_LOGOP(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsId |
createJdkId(String version,
net.thevpc.nuts.NutsSession session) |
static NutsJavaSdkUtils |
of(net.thevpc.nuts.NutsSession ws) |
static NutsJavaSdkUtils |
of(net.thevpc.nuts.NutsWorkspace ws) |
String |
resolveJavaCommandByHome(String javaHome,
net.thevpc.nuts.NutsSession session) |
String |
resolveJavaCommandByVersion(String requestedJavaVersion,
boolean javaw,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSdkLocation |
resolveJdkLocation(String requestedJavaVersion,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSdkLocation |
resolveJdkLocation(String path,
String preferredName,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSdkLocation[] |
searchJdkLocations(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSdkLocation[] |
searchJdkLocations(String loc,
net.thevpc.nuts.NutsSession session) |
Future<net.thevpc.nuts.NutsSdkLocation[]> |
searchJdkLocationsFuture(net.thevpc.nuts.NutsSession session) |
Future<net.thevpc.nuts.NutsSdkLocation[]> |
searchJdkLocationsFuture(Path s,
net.thevpc.nuts.NutsSession session) |
public static NutsJavaSdkUtils of(net.thevpc.nuts.NutsSession ws)
public static NutsJavaSdkUtils of(net.thevpc.nuts.NutsWorkspace ws)
protected net.thevpc.nuts.NutsLoggerOp _LOGOP(net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsLogger _LOG(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSdkLocation resolveJdkLocation(String requestedJavaVersion, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSdkLocation[] searchJdkLocations(net.thevpc.nuts.NutsSession session)
public Future<net.thevpc.nuts.NutsSdkLocation[]> searchJdkLocationsFuture(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSdkLocation[] searchJdkLocations(String loc, net.thevpc.nuts.NutsSession session)
public Future<net.thevpc.nuts.NutsSdkLocation[]> searchJdkLocationsFuture(Path s, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSdkLocation resolveJdkLocation(String path, String preferredName, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsId createJdkId(String version, net.thevpc.nuts.NutsSession session)
public String resolveJavaCommandByVersion(String requestedJavaVersion, boolean javaw, net.thevpc.nuts.NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.