java.lang.Object
swim.kernel.KernelLoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic Valuestatic ValueloadConfig(ClassLoader classLoader) static Valuestatic ValueloadConfigFile(File configFile) static ValueloadConfigResource(ClassLoader classLoader) static ValueloadConfigResource(ClassLoader classLoader, String configResource) static Kernelstatic KernelloadKernel(ClassLoader classLoader) static KernelloadKernelModule(ClassLoader classLoader, Value moduleConfig) static KernelloadKernelStack(ClassLoader classLoader, Value kernelConfig) static ValueparseConfigValue(InputStream configInput)
-
Method Details
-
loadKernel
-
loadKernel
-
loadKernelStack
-
loadKernelModule
-
loadConfig
- Throws:
IOException
-
loadConfig
- Throws:
IOException
-
loadConfigFile
- Throws:
IOException
-
loadConfigFile
- Throws:
IOException
-
loadConfigResource
- Throws:
IOException
-
loadConfigResource
public static Value loadConfigResource(ClassLoader classLoader, String configResource) throws IOException - Throws:
IOException
-
parseConfigValue
- Throws:
IOException
-