Package org.apache.camel.k
Class Sources
- java.lang.Object
-
- org.apache.camel.k.Sources
-
public final class Sources extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Source
fromBytes(String language, byte[] content)
static Source
fromBytes(String name, String language, String loader, byte[] content)
static Source
fromBytes(String name, String language, String loader, List<String> interceptors, byte[] content)
static Source
fromURI(String uri)
-