Package dev.galasa.java
Interface IJavaInstallation
- All Known Subinterfaces:
IJavaUbuntuInstallation
,IJavaWindowsInstallation
- All Known Implementing Classes:
JavaInstallationImpl
,JavaUbuntuInstallationImpl
,JavaWindowsInstallationImpl
public interface IJavaInstallation
-
Method Summary
Modifier and TypeMethodDescriptionProvides the "Java Home" directory location within the unpacked java archive.
-
Method Details
-
retrieveArchive
-
retrieveJacocoAgent
-
getArchiveFilename
- Throws:
JavaManagerException
-
getJavaCommand
- Throws:
JavaManagerException
-
getJavaHome
String getJavaHome()Provides the "Java Home" directory location within the unpacked java archive.- Returns:
- String
-