object PluginConfig extends PluginConfigStatic with Serializable
- Alphabetic
- By Inheritance
- PluginConfig
- Serializable
- PluginConfigStatic
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cached(packagesEnabled: Seq[String]): PluginConfig
Scan the specified packages at runtime for classes and objects that inherit PluginBase
- def cached(pluginsPackage: String): PluginConfig
Scan the specified package at runtime for classes and objects that inherit PluginBase
- def cachedThisPkg(implicit pkg: SourcePackageMaterializer): PluginConfig
Scan the current source file's package at runtime for classes and objects that inherit PluginBase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- macro 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)
- Definition Classes
- PluginConfigStatic
- macro def compileTimeThisPkg: PluginConfig
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)
- Definition Classes
- PluginConfigStatic
- def const(plugin: PluginBase): PluginConfig
Create a PluginConfig that simply contains the specified plugin
- def const(plugins: Seq[PluginBase]): PluginConfig
Create a PluginConfig that simply contains the specified plugins
- def constUnchecked(module: ModuleBase): PluginConfig
Like const, but accepts simple ModuleBase.
- def constUnchecked(modules: Seq[ModuleBase]): PluginConfig
Like const, but accepts simple ModuleBase.
- lazy val empty: PluginConfig
A PluginConfig that returns no plugins
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def packages(packagesEnabled: Seq[String]): PluginConfig
- def packages(pluginsPackage: String): PluginConfig
Scan the specified package at runtime for classes and objects that inherit PluginBase, disabling plugin cache
- def packagesThisPkg(implicit pkg: SourcePackageMaterializer): PluginConfig
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()