| Package | system |
| Class | public class Configurator |
| Inheritance | Configurator Object |
| Implements | Serializable |
| Subclasses | EdenConfigurator, ReflectionConfigurator, SystemConfigurator |
| Method | Defined 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 | ||
| Configurator | () | Constructor |
public function Configurator(config:Object)Creates a new Configurator object.
Parametersconfig:Object — This argument initialize the configurator with a generic object.
|
| load | () | method |
public function load(config:Object):voidCopy 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):StringReturns the source code string representation of the object.
Parameters
indent:int (default = 0) |
String — the source code string representation of the object.
|
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|