Package org.gradle.jvm.toolchain
Interface JavaLauncher
public interface JavaLauncher
A java executable used to execute applications or run tests.
- Since:
- 6.7
- 
Method SummaryModifier and TypeMethodDescriptionReturns the path to the executable for this toolReturns metadata information about this tool
- 
Method Details- 
getMetadataJavaInstallationMetadata getMetadata()Returns metadata information about this tool- Returns:
- the tool metadata
 
- 
getExecutablePathReturns the path to the executable for this tool- Returns:
- the path to the executable
 
 
-