Class/Object

org.bitbucket.pshirshov.izumitk.app.entrypoints

EntrypointLoader

Related Docs: object EntrypointLoader | package entrypoints

Permalink

abstract class EntrypointLoader extends Starter with StrictLogging

Linear Supertypes
StrictLogging, Starter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntrypointLoader
  2. StrictLogging
  3. Starter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntrypointLoader()

    Permalink

Abstract Value Members

  1. abstract val parser: OptionParser[AppArguments]

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  2. abstract val referenceConfigName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Starter

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bootstrapConfig: LoadedConfig

    Permalink
    Attributes
    protected
  6. def bootstrapLoader: BootstrapPluginsLoader

    Permalink
    Attributes
    protected
  7. def bootstrapReference: Config

    Permalink
    Attributes
    protected
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def config(args: AppArguments): LoadedConfig

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  10. final def configuration(args: Array[String], defaults: AppArguments): StartupConfiguration

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  11. def configureLogback(logbackXmlPath: Option[String]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  12. def defaultArguments(): AppArguments

    Permalink
    Attributes
    protected
  13. val defaultLogbackPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  14. def doLoadConfig(args: AppArguments, path: String): Try[LoadedConfig]

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  15. val entrypoint: AtomicReference[EntryPoint]

    Permalink
    Attributes
    protected
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getLoggingReference: String

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  21. def handleConfigLoadingResult(loadedConfig: Try[LoadedConfig], args: AppArguments): LoadedConfig

    Permalink
    Definition Classes
    Starter
  22. def handleReference(args: AppArguments, c: LoadedConfig): LoadedConfig

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def loadEntrypoints(): Map[String, EntryPoint]

    Permalink
    Attributes
    protected
  26. def logbackFile: File

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  27. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  28. def main(args: Array[String]): Unit

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def printEffectiveConfig(config: Config): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  33. def printReference(c: LoadedConfig): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  34. def processParsedArguments(args: AppArguments, config: LoadedConfig): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  35. def render(forDump: Config, toJson: Boolean = false): String

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  36. def safeMain(ep: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writeReference(target: File, content: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter
  43. def writeReference(c: LoadedConfig, jsonFormat: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Starter

Inherited from StrictLogging

Inherited from Starter

Inherited from AnyRef

Inherited from Any

Ungrouped