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