Class RuntimeUtil

java.lang.Object
org.apache.camel.dsl.jbang.core.common.RuntimeUtil

public final class RuntimeUtil extends Object
  • Method Details

    • configureLog

      public static void configureLog(String level, boolean color, boolean json, boolean script, boolean export, String loggingConfigPath)
    • setRootLoggingLevel

      public static void setRootLoggingLevel(String level)
    • loadProperties

      public static void loadProperties(Properties properties, File file) throws IOException
      Throws:
      IOException
    • loadPropertiesLines

      public static List<String> loadPropertiesLines(File file) throws IOException
      Throws:
      IOException
    • getDependencies

      public static String getDependencies(Properties properties)
    • getPid

      public static String getPid()