Packagesystem
Classpublic class SystemConfigurator
InheritanceSystemConfigurator Inheritance Configurator Inheritance Object

The system configurator class.



Public Properties
 PropertyDefined By
  serializer : Serializer
The current serializer used used by the system
SystemConfigurator
  verbose : Boolean
Indicates if the config use the verbose mode or not.
SystemConfigurator
Public Methods
 MethodDefined By
  
SystemConfigurator(config:Object)
Creates a new SystemConfigurator instance.
SystemConfigurator
 Inherited
load(config:Object):void
Copy all properties in the specified passed-in object in the internal config object of the Configurator.
Configurator
 Inherited
toSource(indent:int = 0):String
Returns the source code string representation of the object.
Configurator
 Inherited
toString():String
Returns the String representation of the object.
Configurator
Property Detail
serializerproperty
serializer:Serializer

The current serializer used used by the system


Implementation
    public function get serializer():Serializer
    public function set serializer(value:Serializer):void
verboseproperty 
verbose:Boolean

Indicates if the config use the verbose mode or not.


Implementation
    public function get verbose():Boolean
    public function set verbose(value:Boolean):void
Constructor Detail
SystemConfigurator()Constructor
public function SystemConfigurator(config:Object)

Creates a new SystemConfigurator instance.

Parameters
config:Object — This argument initialize the configurator with a generic object.