Packageorg.vostokframework.configuration
Classpublic class VostokFrameworkConfiguration
InheritanceVostokFrameworkConfiguration Inheritance Object

description



Public Properties
 PropertyDefined By
  defaultSettings : LoadingSettings
[read-only] description
VostokFrameworkConfiguration
  packages : ICollection
[read-only] description
VostokFrameworkConfiguration
Public Methods
 MethodDefined By
  
VostokFrameworkConfiguration(defaultSettings:LoadingSettings = null, packages:ICollection = null)
description
VostokFrameworkConfiguration
Property Detail
defaultSettingsproperty
defaultSettings:LoadingSettings  [read-only]

description


Implementation
    public function get defaultSettings():LoadingSettings
packagesproperty 
packages:ICollection  [read-only]

description


Implementation
    public function get packages():ICollection
Constructor Detail
VostokFrameworkConfiguration()Constructor
public function VostokFrameworkConfiguration(defaultSettings:LoadingSettings = null, packages:ICollection = null)

description

Parameters
defaultSettings:LoadingSettings (default = null)
 
packages:ICollection (default = null)

Throws
ArgumentError — if the <codeph>id</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
 
ArgumentError — if the <codeph>locale</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.