clears the container instances, useful for testing when you are using container.registerInstance()
Optional
homeDirectory: stringthe home directory to use, defaults to constants.SOLO_HOME_DIR
Optional
cacheDirectory: stringthe cache directory to use, defaults to constants.SOLO_CACHE_DIR
Optional
logLevel: stringthe log level to use, defaults to 'debug'
Optional
developmentMode: booleanif true, show full stack traces in error messages
Optional
testLogger: SoloLoggera test logger to use, if provided
only call dispose when you are about to system exit
Initialize the container with the default dependencies
the home directory to use, defaults to constants.SOLO_HOME_DIR
the cache directory to use, defaults to constants.SOLO_CACHE_DIR
the log level to use, defaults to 'debug'
if true, show full stack traces in error messages
Optional
testLogger: SoloLoggera test logger to use, if provided
clears the container registries and re-initializes the container
Optional
homeDirectory: stringthe home directory to use, defaults to constants.SOLO_HOME_DIR
Optional
cacheDirectory: stringthe cache directory to use, defaults to constants.SOLO_CACHE_DIR
Optional
logLevel: stringthe log level to use, defaults to 'debug'
Optional
developmentMode: booleanif true, show full stack traces in error messages
Optional
testLogger: SoloLoggera test logger to use, if provided
Static
getGet the singleton instance of the container
Container class to manage the dependency injection container