java.lang.Object
swim.kernel.KernelLoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic swim.structure.Valuestatic swim.structure.ValueloadConfig(ClassLoader classLoader) static swim.structure.Valuestatic swim.structure.ValueloadConfigFile(File configFile) static swim.structure.ValueloadConfigResource(ClassLoader classLoader) static swim.structure.ValueloadConfigResource(ClassLoader classLoader, String configResource) static Kernelstatic KernelloadKernel(ClassLoader classLoader) static KernelloadKernelModule(ClassLoader classLoader, swim.structure.Value moduleConfig) static KernelloadKernelStack(ClassLoader classLoader, swim.structure.Value kernelConfig) static swim.structure.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 swim.structure.Value loadConfigResource(ClassLoader classLoader, String configResource) throws IOException - Throws:
IOException
-
parseConfigValue
- Throws:
IOException
-