Package com.spun.util

Class SystemUtils

java.lang.Object
com.spun.util.SystemUtils

public class SystemUtils
extends Object
  • Constructor Details

    • SystemUtils

      public SystemUtils()
  • Method Details

    • isWindowsEnviroment

      public static boolean isWindowsEnviroment()
    • convertFileForCommandLine

      public static String convertFileForCommandLine​(String fileName)
    • getComputerName

      public static String getComputerName()
    • convertFileForCommandLine

      public static String convertFileForCommandLine​(String fileName, boolean windowsOs)
    • isMacEnviroment

      public static boolean isMacEnviroment()