| 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):voiddescription
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():voiddescription
| exists | () | method |
public function exists(type:AssetType, parser:IDataParser):Booleandescription
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):IListdescription
Parameters
type:AssetType |
IList —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
| isEmpty | () | method |
public function isEmpty():Booleandescription
ReturnsBoolean —
|
| remove | () | method |
public function remove(type:AssetType, parser:IDataParser):Booleandescription
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():intdescription
Returnsint —
|
| toString | () | method |
public function toString():Stringdescription
ReturnsString —
|