Packagevegas.config
Interfacepublic interface IConfigLoader
Implementors CoreConfigLoader

This interface provides a config loader object.



Public Properties
 PropertyDefined By
  config : Config
[read-only] Returns the config object.
IConfigLoader
  fileName : String
The name of the config file with datas.
IConfigLoader
  path : String
The path of the config file with datas.
IConfigLoader
  suffix : String
The suffix of the config file with datas.
IConfigLoader
Property Detail
configproperty
config:Config  [read-only]

Returns the config object.


Implementation
    public function get config():Config
fileNameproperty 
fileName:String

The name of the config file with datas.


Implementation
    public function get fileName():String
    public function set fileName(value:String):void
pathproperty 
path:String

The path of the config file with datas.


Implementation
    public function get path():String
    public function set path(value:String):void
suffixproperty 
suffix:String

The suffix of the config file with datas.


Implementation
    public function get suffix():String
    public function set suffix(value:String):void