Package io.quarkus.utilities
Class JavaBinFinder
java.lang.Object
io.quarkus.utilities.JavaBinFinder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfindBin()Deprecated, for removal: This API element is subject to removal in a future version.UseProcessUtil.pathOfJava()instead.static StringDeprecated, for removal: This API element is subject to removal in a future version.UseProcessUtil.nameOfJava()instead.
-
Constructor Details
-
JavaBinFinder
public JavaBinFinder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findBin
Deprecated, for removal: This API element is subject to removal in a future version.UseProcessUtil.pathOfJava()instead.Returns the path of thejavacommand (notnull).- Returns:
- the path of the
javacommand (notnull)
-
simpleBinaryName
Deprecated, for removal: This API element is subject to removal in a future version.UseProcessUtil.nameOfJava()instead.Returns the name of thejavaexecutable for this platform (notnull).- Returns:
- the name of the
javaexecutable for this platform (notnull)
-
ProcessUtilinstead.