| Package | system |
| Class | public class SystemConfigurator |
| Inheritance | SystemConfigurator Configurator Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
SystemConfigurator(config:Object)
Creates a new SystemConfigurator instance. | SystemConfigurator | ||
![]() | load(config:Object):void
Copy all properties in the specified passed-in object in the internal config object of the Configurator. | Configurator | |
![]() | toSource(indent:int = 0):String
Returns the source code string representation of the object. | Configurator | |
![]() | toString():String
Returns the String representation of the object. | Configurator | |
| serializer | property |
serializer:SerializerThe current serializer used used by the system
public function get serializer():Serializer public function set serializer(value:Serializer):void| verbose | property |
verbose:BooleanIndicates if the config use the verbose mode or not.
public function get verbose():Boolean public function set verbose(value:Boolean):void| SystemConfigurator | () | Constructor |
public function SystemConfigurator(config:Object)Creates a new SystemConfigurator instance.
Parametersconfig:Object — This argument initialize the configurator with a generic object.
|