Package | org.vostokframework.domain.loading |
Class | public class DataParserRepository |
Inheritance | DataParserRepository Object |
Method | Defined By | ||
---|---|---|---|
description
| DataParserRepository | ||
description
| DataParserRepository | ||
clear():void
description
| DataParserRepository | ||
description
| DataParserRepository | ||
description
| DataParserRepository | ||
isEmpty():Boolean
description
| DataParserRepository | ||
description
| DataParserRepository | ||
size():int
description
| DataParserRepository | ||
toString():String
description
| DataParserRepository |
DataParserRepository | () | Constructor |
public function DataParserRepository()
description
add | () | method |
public function add(type:AssetType, parser:IDataParser):void
description
Parameters
type:AssetType | |
parser:IDataParser |
ArgumentError — if the <codeph>loader</codeph> argument is <codeph>null</codeph>.
| |
org.vostokframework.loadermanagement.errors:DuplicateLoaderError — if already exists an <codeph>ILoader</codeph> object stored with the same <codeph>id</codeph> of the provided <codeph>loader</codeph> argument.
|
clear | () | method |
public function clear():void
description
exists | () | method |
public function exists(type:AssetType, parser:IDataParser):Boolean
description
Parameters
type:AssetType | |
parser:IDataParser |
Boolean —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
find | () | method |
public function find(type:AssetType):IList
description
Parameters
type:AssetType |
IList —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
isEmpty | () | method |
public function isEmpty():Boolean
description
ReturnsBoolean —
|
remove | () | method |
public function remove(type:AssetType, parser:IDataParser):Boolean
description
Parameters
type:AssetType | |
parser:IDataParser |
Boolean —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
size | () | method |
public function size():int
description
Returnsint —
|
toString | () | method |
public function toString():String
description
ReturnsString —
|