Class ToolingSupport
- java.lang.Object
-
- org.apache.camel.maven.dsl.yaml.support.ToolingSupport
-
public final class ToolingSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stream<String>
combine(String... items)
Combines the given items assuming they can be also composed by comma separated elements.static void
mkparents(File path)
-
-
-
Method Detail
-
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
-
-