Package

org.bitbucket.pshirshov.izumitk

app

Permalink

package app

Visibility
  1. Public
  2. All

Type Members

  1. trait Application[T] extends AutoCloseable

    Permalink
  2. case class BaseArguments(configFile: Option[File] = None, logbackFile: Option[File] = None, dump: Option[Boolean] = Option(false), allowReferenceStartup: Option[Boolean] = Option(false), showReference: Option[Boolean] = Option(false), writeReference: Option[Boolean] = Option(false)) extends Product with Serializable

    Permalink
  3. abstract class CommonOptionsParser[C <: WithBaseArguments] extends OptionParser[C]

    Permalink

  4. trait ConfigurableModule extends AbstractModule with ScalaModule with WithConfig

    Permalink
  5. trait ConfigurablePrivateModule extends PrivateModule with ScalaPrivateModule with WithConfig

    Permalink
  6. abstract class GuiceAppStarter extends SysSignals with StrictLogging with WithInjector

    Permalink
  7. class HealthCheckService extends AnyRef

    Permalink
    Annotations
    @Singleton()
  8. abstract class Starter[ArgsType <: WithBaseArguments] extends AnyRef

    Permalink

  9. case class StartupConfiguration[ArgsType <: WithBaseArguments](arguments: ArgsType, config: LoadedConfig) extends Product with Serializable

    Permalink
  10. abstract class SysSignals extends AnyRef

    Permalink

  11. trait WithBaseArguments extends AnyRef

    Permalink
  12. trait WithConfig extends AnyRef

    Permalink

Value Members

  1. object Starter

    Permalink
  2. package model

    Permalink
  3. package modules

    Permalink
  4. package util

    Permalink

Ungrouped