Class fever.conf.parsers.ConfigurationParser

Description

Basic implementation for all configuration parser class.

Events support :

Field Index

onParserCompleteEVENT, onParserStartEVENT

Method Index

addListener(), getParsingLabel(), parse(), removeListener(), toString()

Field Detail

onParserCompleteEVENT

static public onParserCompleteEVENT:EventType
Broadcasted when parsing is complete.

onParserStartEVENT

static public onParserStartEVENT:EventType
Broadcasted when parsing starts.

Method Detail

parse

public function parse():Void

Starts parsing.

Broadcasts onParserStartEVENT event type.

addListener

public function addListener(listener:ParserQueue):Void

Adds passed-in listener for receiving all events.

Parameters

listenerParserQueue

removeListener

public function removeListener(listener:ParserQueue):Void

Removes passed-in listener for receiving all events.

Parameters

listenerParserQueue

getParsingLabel

public function getParsingLabel():String

Returns human readable text indicating parsing state.

toString

public function toString():String

Returns string representation.