@hashgraph/solo
    Preparing search index...

    Container class to manage the dependency injection container

    Index

    Methods

    • clears the container instances, useful for testing when you are using container.registerInstance()

      Parameters

      • OptionalhomeDirectory: string

        the home directory to use, defaults to constants.SOLO_HOME_DIR

      • OptionalcacheDirectory: string

        the cache directory to use, defaults to constants.SOLO_CACHE_DIR

      • OptionallogLevel: string

        the log level to use, defaults to 'debug'

      • OptionaldevelopmentMode: boolean

        if true, show full stack traces in error messages

      • OptionaltestLogger: SoloLogger

        a test logger to use, if provided

      Returns void

    • Initialize the container with the default dependencies

      Parameters

      • homeDirectory: string = constants.SOLO_HOME_DIR

        the home directory to use, defaults to constants.SOLO_HOME_DIR

      • cacheDirectory: string = constants.SOLO_CACHE_DIR

        the cache directory to use, defaults to constants.SOLO_CACHE_DIR

      • logLevel: string = 'debug'

        the log level to use, defaults to 'debug'

      • developmentMode: boolean = false

        if true, show full stack traces in error messages

      • OptionaltestLogger: SoloLogger

        a test logger to use, if provided

      Returns void

    • clears the container registries and re-initializes the container

      Parameters

      • OptionalhomeDirectory: string

        the home directory to use, defaults to constants.SOLO_HOME_DIR

      • OptionalcacheDirectory: string

        the cache directory to use, defaults to constants.SOLO_CACHE_DIR

      • OptionallogLevel: string

        the log level to use, defaults to 'debug'

      • OptionaldevelopmentMode: boolean

        if true, show full stack traces in error messages

      • OptionaltestLogger: SoloLogger

        a test logger to use, if provided

      Returns void