Class ReadyProfileImpl
java.lang.Object
pro.gravit.launcher.runtime.backend.ReadyProfileImpl
- All Implemented Interfaces:
pro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
public class ReadyProfileImpl
extends Object
implements pro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
-
Constructor Summary
ConstructorsConstructorDescriptionReadyProfileImpl(LauncherBackendImpl backend, pro.gravit.launcher.base.profiles.ClientProfile profile, ProfileSettingsImpl settings, pro.gravit.launcher.runtime.backend.ClientDownloadImpl.DownloadedDir clientDir, pro.gravit.launcher.runtime.backend.ClientDownloadImpl.DownloadedDir assetDir, pro.gravit.launcher.runtime.backend.ClientDownloadImpl.DownloadedDir javaDir) -
Method Summary
-
Constructor Details
-
ReadyProfileImpl
public ReadyProfileImpl(LauncherBackendImpl backend, pro.gravit.launcher.base.profiles.ClientProfile profile, ProfileSettingsImpl settings, pro.gravit.launcher.runtime.backend.ClientDownloadImpl.DownloadedDir clientDir, pro.gravit.launcher.runtime.backend.ClientDownloadImpl.DownloadedDir assetDir, pro.gravit.launcher.runtime.backend.ClientDownloadImpl.DownloadedDir javaDir)
-
-
Method Details
-
getClientProfile
public pro.gravit.launcher.core.api.features.ProfileFeatureAPI.ClientProfile getClientProfile()- Specified by:
getClientProfilein interfacepro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
-
getSettings
public pro.gravit.launcher.core.backend.LauncherBackendAPI.ClientProfileSettings getSettings()- Specified by:
getSettingsin interfacepro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
-
run
public void run(pro.gravit.launcher.core.backend.LauncherBackendAPI.RunCallback callback) - Specified by:
runin interfacepro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
-
terminate
public void terminate() -
isAlive
public boolean isAlive()
-