- java.lang.Object
-
- swim.kernel.KernelLoader
-
public final class KernelLoader extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static swim.structure.ValueloadConfig()static swim.structure.ValueloadConfig(ClassLoader classLoader)static swim.structure.ValueloadConfigFile()static swim.structure.ValueloadConfigFile(File configFile)static swim.structure.ValueloadConfigResource(ClassLoader classLoader)static swim.structure.ValueloadConfigResource(ClassLoader classLoader, String configResource)static KernelloadKernel()static 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 Detail
-
loadKernel
public static Kernel loadKernel()
-
loadKernel
public static Kernel loadKernel(ClassLoader classLoader)
-
loadKernelStack
public static Kernel loadKernelStack(ClassLoader classLoader, swim.structure.Value kernelConfig)
-
loadKernelModule
public static Kernel loadKernelModule(ClassLoader classLoader, swim.structure.Value moduleConfig)
-
loadConfig
public static swim.structure.Value loadConfig() throws IOException- Throws:
IOException
-
loadConfig
public static swim.structure.Value loadConfig(ClassLoader classLoader) throws IOException
- Throws:
IOException
-
loadConfigFile
public static swim.structure.Value loadConfigFile() throws IOException- Throws:
IOException
-
loadConfigFile
public static swim.structure.Value loadConfigFile(File configFile) throws IOException
- Throws:
IOException
-
loadConfigResource
public static swim.structure.Value loadConfigResource(ClassLoader classLoader) throws IOException
- Throws:
IOException
-
loadConfigResource
public static swim.structure.Value loadConfigResource(ClassLoader classLoader, String configResource) throws IOException
- Throws:
IOException
-
parseConfigValue
public static swim.structure.Value parseConfigValue(InputStream configInput) throws IOException
- Throws:
IOException
-
-