Method | Description | |
---|---|---|
Parse ( BaseEntity entity, String file ) : void |
Parses the specified entity.
|
|
Parse ( BaseEntity entity, |
Parses the specified entity.
|
Method | Description | |
---|---|---|
BaseParser ( |
Initializes a new instance of the BaseParser class.
|
protected BaseParser ( |
||
settings | The settings. | |
typeManager | The type manager. | |
logger | ||
return | System |
public Parse ( BaseEntity entity, String file ) : void | ||
entity | BaseEntity | The entity. |
file | String | The file. |
return | void |
public abstract Parse ( BaseEntity entity, |
||
entity | BaseEntity | The entity. |
reader | The reader. | |
return | void |