Package dev.galasa.java.spi
Interface IJavaManagerSpi
public interface IJavaManagerSpi
- 
Method Summary
Modifier and TypeMethodDescription@NotNull IJavaInstallationgetInstallationForTag(@NotNull String tag) voidregisterJavaInstallationForTag(@NotNull String tag, @NotNull IJavaInstallation javaInstallation)  
- 
Method Details
- 
registerJavaInstallationForTag
void registerJavaInstallationForTag(@NotNull @NotNull String tag, @NotNull @NotNull IJavaInstallation javaInstallation) throws JavaManagerException - Throws:
 JavaManagerException
 - 
getInstallationForTag
@NotNull @NotNull IJavaInstallation getInstallationForTag(@NotNull @NotNull String tag) throws JavaManagerException - Throws:
 JavaManagerException
 
 -