Class LocalMacDevUtils

java.lang.Object
com.kingsrook.qqq.backend.core.utils.LocalMacDevUtils

public class LocalMacDevUtils extends Object
Useful things to do on a mac, when doing development - that we can expect may not exist in a prod or even CI environment. So, they'll only happen if flags are set to do them, and if we're on a mac (e.g., paths exist)
  • Field Details

    • mayOpenFiles

      public static boolean mayOpenFiles
  • Constructor Details

    • LocalMacDevUtils

      public LocalMacDevUtils()
  • Method Details