Packageorg.spicefactory.parsley.core.bootstrap
Interfacepublic interface BootstrapManager
Implementors DefaultBootstrapManager

The BootstrapManager is the entry point for building a new Context. It exposes the configuration instance that can be used to specify settings, configuration processors and services and a method to create a processor that is responsible for applying the configuration and initializing a new Context.



Public Properties
 PropertyDefined By
  config : BootstrapConfig
[read-only] The configuration to be used when building a new Context.
BootstrapManager
Public Methods
 MethodDefined By
  
Creates a new processor responsible for applying the configuration and initializing a new Context.
BootstrapManager
Property Detail
configproperty
config:BootstrapConfig  [read-only]

The configuration to be used when building a new Context. Can be used to specify settings, configuration processors and replacements or decorators for the kenerl services.


Implementation
    public function get config():BootstrapConfig
Method Detail
createProcessor()method
public function createProcessor():BootstrapProcessor

Creates a new processor responsible for applying the configuration and initializing a new Context.

Returns
BootstrapProcessor — a new processor responsible for applying the configuration and initializing a new Context