Package dev.galasa.java.spi
Interface IJavaManagerSpi
public interface IJavaManagerSpi
-
Method Summary
Modifier and TypeMethodDescription@NotNull IJavaInstallation
getInstallationForTag
(@NotNull String tag) void
registerJavaInstallationForTag
(@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
-