PluginLoader

izumi.distage.plugins.load.PluginLoader
See thePluginLoader companion trait
object PluginLoader

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Create a PluginLoader that scans the classpath according to PluginConfig

Create a PluginLoader that scans the classpath according to PluginConfig

Attributes

def const(plugins: Seq[PluginBase]): PluginLoader

Create a PluginLoader that ignores PluginConfig and returns the specified plugins

Create a PluginLoader that ignores PluginConfig and returns the specified plugins

Attributes

def const(plugin: PluginBase): PluginLoader