Packageorg.spicefactory.parsley.config
Classpublic class Configurations
InheritanceConfigurations Inheritance Object

Central entry point for retrieving Configuration instances for the core DSL.



Public Properties
 PropertyDefined By
  factory : ConfigurationFactory
[static] The factory to use for creating Configuration instances.
Configurations
Public Methods
 MethodDefined By
  
[static] Retrieves the Configuration instance for the specified registry which serves as the entry point for the framework's core configuration DSL.
Configurations
Property Detail
factoryproperty
factory:ConfigurationFactory

The factory to use for creating Configuration instances. Only needs to be set explicitly when the configuration DSL must be customized, otherwise the default implementation will be used automatically.


Implementation
    public static function get factory():ConfigurationFactory
    public static function set factory(value:ConfigurationFactory):void
Method Detail
forRegistry()method
public static function forRegistry(registry:ObjectDefinitionRegistry):Configuration

Retrieves the Configuration instance for the specified registry which serves as the entry point for the framework's core configuration DSL.

Parameters

registry:ObjectDefinitionRegistry — the registry to retrieve the configuration for

Returns
Configuration — the Configuration instance for the specified registry