Class CommonUtils

java.lang.Object
cloud.localstack.CommonUtils

public class CommonUtils
extends java.lang.Object
Common utility methods
  • Constructor Summary

    Constructors 
    Constructor Description
    CommonUtils()  
  • Method Summary

    Modifier and Type Method Description
    static void copy​(java.nio.file.Path source, java.nio.file.Path dest)  
    static void copyFolder​(java.nio.file.Path src, java.nio.file.Path dest)  
    static void disableSslCertChecking()  
    static void setEnv​(java.lang.String key, java.lang.String value)  
    protected static void setEnv​(java.util.Map<java.lang.String,​java.lang.String> newEnv)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • disableSslCertChecking

      public static void disableSslCertChecking()
    • setEnv

      public static void setEnv​(java.lang.String key, java.lang.String value)
    • setEnv

      protected static void setEnv​(java.util.Map<java.lang.String,​java.lang.String> newEnv)
    • copyFolder

      public static void copyFolder​(java.nio.file.Path src, java.nio.file.Path dest) throws java.io.IOException
      Throws:
      java.io.IOException
    • copy

      public static void copy​(java.nio.file.Path source, java.nio.file.Path dest)