Class ToolingSupport

java.lang.Object
org.apache.camel.maven.dsl.yaml.support.ToolingSupport

public final class ToolingSupport extends Object
  • Method Details

    • combine

      public static Stream<String> combine(String... items)
      Combines the given items assuming they can be also composed by comma separated elements.
      Parameters:
      items - the items
      Returns:
      a stream of individual items
    • mkparents

      public static void mkparents(File path) throws IOException
      Throws:
      IOException