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

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    pro.gravit.launcher.core.api.features.ProfileFeatureAPI.ClientProfile
     
    pro.gravit.launcher.core.backend.LauncherBackendAPI.ClientProfileSettings
     
    boolean
     
    void
    run(pro.gravit.launcher.core.backend.LauncherBackendAPI.RunCallback callback)
     
    void
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      getClientProfile in interface pro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
    • getSettings

      public pro.gravit.launcher.core.backend.LauncherBackendAPI.ClientProfileSettings getSettings()
      Specified by:
      getSettings in interface pro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
    • run

      public void run(pro.gravit.launcher.core.backend.LauncherBackendAPI.RunCallback callback)
      Specified by:
      run in interface pro.gravit.launcher.core.backend.LauncherBackendAPI.ReadyProfile
    • terminate

      public void terminate()
    • isAlive

      public boolean isAlive()