PluginLoader

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

Attributes

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

Members list

Concise view

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