Class PlatformUtils

java.lang.Object
me.devnatan.inventoryframework.internal.PlatformUtils

public class PlatformUtils extends Object
Utility class to define which ViewComponentFactory will be used for the current platform.
  • Constructor Details

    • PlatformUtils

      public PlatformUtils()
  • Method Details

    • getFactory

      @NotNull public static @NotNull me.devnatan.inventoryframework.internal.ElementFactory getFactory()
    • setFactory

      @Internal public static void setFactory(@NotNull @NotNull me.devnatan.inventoryframework.internal.ElementFactory factory)
    • removeFactory

      @TestOnly public static void removeFactory()