Modifier and Type | Method and Description |
---|---|
Runtime |
build() |
Runtime.Builder |
withAdditionalPlugins(Plugin... plugins) |
Runtime.Builder |
withBackendSupplier(BackendSupplier backendSupplier) |
Runtime.Builder |
withClassLoader(Supplier<ClassLoader> classLoader) |
Runtime.Builder |
withEventBus(EventBus eventBus) |
Runtime.Builder |
withFeatureSupplier(FeatureSupplier featureSupplier) |
Runtime.Builder |
withRuntimeOptions(RuntimeOptions runtimeOptions) |
public Runtime.Builder withRuntimeOptions(RuntimeOptions runtimeOptions)
public Runtime.Builder withClassLoader(Supplier<ClassLoader> classLoader)
public Runtime.Builder withBackendSupplier(BackendSupplier backendSupplier)
public Runtime.Builder withFeatureSupplier(FeatureSupplier featureSupplier)
public Runtime.Builder withAdditionalPlugins(Plugin... plugins)
public Runtime.Builder withEventBus(EventBus eventBus)
public Runtime build()
Copyright © 2019. All rights reserved.