Packagesystem
Classpublic class Configurator
InheritanceConfigurator Inheritance Object
Implements Serializable
Subclasses EdenConfigurator, ReflectionConfigurator, SystemConfigurator

The Configurator class defines the basic class used to creates custom configurations.



Public Methods
 MethodDefined By
  
Configurator(config:Object)
Creates a new Configurator object.
Configurator
  
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
Constructor Detail
Configurator()Constructor
public function Configurator(config:Object)

Creates a new Configurator object.

Parameters
config:Object — This argument initialize the configurator with a generic object.
Method Detail
load()method
public function load(config:Object):void

Copy all properties in the specified passed-in object in the internal config object of the Configurator.

Parameters

config:Object

toSource()method 
public function toSource(indent:int = 0):String

Returns the source code string representation of the object.

Parameters

indent:int (default = 0)

Returns
String — the source code string representation of the object.
toString()method 
public function toString():String

Returns the String representation of the object.

Returns
String — the String representation of the object.