Uses of Class
io.gdcc.spi.core.loader.LoaderConfiguration
Packages that use LoaderConfiguration
-
Uses of LoaderConfiguration in io.gdcc.spi.core.loader
Methods in io.gdcc.spi.core.loader that return LoaderConfigurationModifier and TypeMethodDescriptionstatic LoaderConfigurationLoaderConfiguration.defaults()Returns the standard loader configuration (which is strictly enforcing).LoaderConfiguration.withAbortOnCompatibilityProblems(boolean value) Returns a copy withabortOnCompatibilityProblems()updated.LoaderConfiguration.withAbortOnDuplicatedIdentities(boolean value) Returns a copy withabortOnDuplicatedIdentities()updated.LoaderConfiguration.withEmitWarningsOnMultiPluginSource(boolean value) Returns a copy withemitWarningsOnMultiPluginSource()updated.LoaderConfiguration.withEnforceSingleSourceMatchingPluginsOnly(boolean value) Returns a copy withenforceSingleSourceMatchingPluginsOnly()updated.LoaderConfiguration.withEnforceUnambiguousPluginIdentities(boolean value) Returns a copy withenforceUnambiguousPluginIdentities()updated.Constructors in io.gdcc.spi.core.loader with parameters of type LoaderConfigurationModifierConstructorDescriptionPluginLoader(Class<T> pluginClass, LoaderConfiguration configuration) Constructs a new PluginLoader that will load plugins of the specified typeT.PluginLoader(Class<T> pluginClass, LoaderConfiguration configuration, ClassLoader parentClassLoader) Constructs a new instance of the PluginLoader, which is responsible for loading plugins of the specified typeT.