Packagesystem.reflection
Classpublic class ReflectionConfigurator
InheritanceReflectionConfigurator Inheritance Configurator Inheritance Object



Public Properties
 PropertyDefined By
  normalizePath : Boolean
Allow to replace "::" by "." for string class representation example: With normalizePath = false you obtain "system.reflection::ClassInfoTest" and with normalizePath=true you obtain "system.reflection.ClassInfoTest".
ReflectionConfigurator
Public Methods
 MethodDefined By
  
ReflectionConfigurator(config:Object)
Creates a new ReflectionConfigurator instance.
ReflectionConfigurator
 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
normalizePathproperty
normalizePath:Boolean

Allow to replace "::" by "." for string class representation

example:

With normalizePath = false you obtain "system.reflection::ClassInfoTest" and with normalizePath=true you obtain "system.reflection.ClassInfoTest".


Implementation
    public function get normalizePath():Boolean
    public function set normalizePath(value:Boolean):void
Constructor Detail
ReflectionConfigurator()Constructor
public function ReflectionConfigurator(config:Object)

Creates a new ReflectionConfigurator instance.

Parameters
config:Object — The generic object who initialize the instance.