Interface IMapFileHandler
- All Known Implementing Classes:
TextMapFileHandler
public interface IMapFileHandler
- Since:
- 1.14
- Author:
- Reiner Jung
-
Method Summary
-
Method Details
-
create
Create a map file with the given name and location adhering to the given charset.- Parameters:
location- complete path for the map file including its namecharset- character set to be used for the file- Since:
- 1.14
-
close
void close()Close the mapping file.- Since:
- 1.14
-
add
Add a key value pair to the file.- Parameters:
id- class ideventClassName- name of the event class- Since:
- 1.14
-