类 SharedServices

java.lang.Object
pkg.exoad.poprock.core.SharedServices

@ServiceClass(requiresArming=false) public final class SharedServices extends Object
  • 字段详细资料

  • 构造器详细资料

    • SharedServices

      private SharedServices()
  • 方法详细资料

    • noContain

      private static void noContain(String r)
    • noSameType

      private static void noSameType(String r, Object value)
    • set

      public static void set(String r, Object value)
      Converts the desired entry value into the input value. "set"
      参数:
      r - The value name
      value - The supplied value
    • get

      public static Optional<Object> get(String r)
    • getBool

      public static Optional<Boolean> getBool(String r)