Class Utils

java.lang.Object
net.streamlinecloud.main.utils.Utils

public class Utils extends Object
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • isProcessRunning

      public static boolean isProcessRunning(Process process)
    • runMkdir

      public static void runMkdir(boolean result)
    • getNetworkOnlineCount

      public static Integer[] getNetworkOnlineCount()
    • getResourceFile

      public static File getResourceFile(String resourcePath, String filetype)
    • copyFolder

      public static void copyFolder(List<String> folderPaths, String targetFolder)
    • copyResources

      public static void copyResources(File sourceFile, File targetFile)