| Package | vegas.config |
| Interface | public interface IConfigLoader |
| Implementors | CoreConfigLoader |
| Property | Defined 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 | ||
| config | property |
config:Config [read-only] Returns the config object.
public function get config():Config| fileName | property |
fileName:StringThe name of the config file with datas.
public function get fileName():String public function set fileName(value:String):void| path | property |
path:StringThe path of the config file with datas.
public function get path():String public function set path(value:String):void| suffix | property |
suffix:StringThe suffix of the config file with datas.
public function get suffix():String public function set suffix(value:String):void