PluginConfig

izumi.distage.plugins.PluginConfig$
See thePluginConfig companion class

Attributes

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

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def cached(pluginsPackage: String): PluginConfig

Scan the specified package at runtime for classes and objects that inherit PluginBase

Scan the specified package at runtime for classes and objects that inherit PluginBase

Attributes

def cached(packagesEnabled: Seq[String]): PluginConfig

Scan the specified packages at runtime for classes and objects that inherit PluginBase

Scan the specified packages at runtime for classes and objects that inherit PluginBase

Attributes

def cachedThisPkg(implicit pkg: SourcePackageMaterializer): PluginConfig

Scan the current source file's package at runtime for classes and objects that inherit PluginBase

Scan the current source file's package at runtime for classes and objects that inherit PluginBase

Attributes

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

Create a PluginConfig that simply returns the specified plugins

Create a PluginConfig that simply returns the specified plugins

Attributes

Create a PluginConfig that simply returns the specified plugin

Create a PluginConfig that simply returns the specified plugin

Attributes

def packages(pluginsPackage: String): PluginConfig

Scan the specified package at runtime for classes and objects that inherit PluginBase, disabling plugin cache

Scan the specified package at runtime for classes and objects that inherit PluginBase, disabling plugin cache

Attributes

def packages(packagesEnabled: Seq[String]): PluginConfig
def packagesThisPkg(implicit pkg: SourcePackageMaterializer): PluginConfig

Inherited methods

inline def compileTime(pluginsPackage: String): PluginConfig

Scan the specified package at compile-time for classes and objects that inherit PluginBase

Scan the specified package at compile-time for classes and objects that inherit PluginBase

WARN: may interact badly with incremental compilation WARN: will not find plugins defined in the current module, only those defined in dependency modules (similarly to how you cannot call Scala macros defined in the current module)

Attributes

Inherited from:
PluginConfigStatic

Scan the the current source file's package at compile-time for classes and objects that inherit PluginBase

Scan the the current source file's package at compile-time for classes and objects that inherit PluginBase

WARN: may interact badly with incremental compilation WARN: will not find plugins defined in the current module, only those defined in dependency modules (similarly to how you cannot call Scala macros defined in the current module)

Attributes

Inherited from:
PluginConfigStatic

Concrete fields

A PluginConfig that returns no plugins

A PluginConfig that returns no plugins

Attributes