Class UpdateRuntimes

java.lang.Object
lu.kbra.modelizer_next.bootstrap.UpdateRuntimes

public final class UpdateRuntimes extends Object
Factory methods for update runtime implementations used when no bootstrap is present.
  • Method Details

    • getInstance

      public static UpdateRuntime getInstance()
      Returns the instance during bootstrap/update processing.
      Returns:
      the instance
    • install

      public static void install(UpdateRuntime updateRuntime)
      Creates an InstalledApplication value from an installed jar path.
      Parameters:
      updateRuntime - update runtime value used by the operation
    • isActive

      public static boolean isActive()
      Checks whether active is enabled or applies during bootstrap/update processing.
      Returns:
      true if active is enabled or applies; otherwise false