
Public Member Functions | |
| SeleniumTestExporter | findExporterByName (String name) |
| SeleniumTestImporter | findImporterByExtension (String extension) |
| SeleniumTestImporter | findImporterByName (String name) |
| void | registerExporter (SeleniumTestExporter exporter) |
| void | registerImporter (String extension, SeleniumTestImporter importer) |
Static Public Member Functions | |
| static SeleniumImporterExporterFactory | instance () |
Static Protected Attributes | |
| static NSMutableDictionary | _exportersByNameMap = new NSMutableDictionary() |
| static NSMutableDictionary | _importersByExtensionMap = new NSMutableDictionary() |
| static NSMutableDictionary | _importersByNameMap = new NSMutableDictionary() |
Static Private Attributes | |
| static SeleniumImporterExporterFactory | _instance = null |
| static final Logger | log = Logger.getLogger(SeleniumImporterExporterFactory.class) |
| SeleniumTestExporter findExporterByName | ( | String | name | ) |
| SeleniumTestImporter findImporterByExtension | ( | String | extension | ) |
| SeleniumTestImporter findImporterByName | ( | String | name | ) |
| static SeleniumImporterExporterFactory instance | ( | ) | [static] |
| void registerExporter | ( | SeleniumTestExporter | exporter | ) |
| void registerImporter | ( | String | extension, | |
| SeleniumTestImporter | importer | |||
| ) |
NSMutableDictionary _exportersByNameMap = new NSMutableDictionary() [static, protected] |
NSMutableDictionary _importersByExtensionMap = new NSMutableDictionary() [static, protected] |
NSMutableDictionary _importersByNameMap = new NSMutableDictionary() [static, protected] |
SeleniumImporterExporterFactory _instance = null [static, private] |
final Logger log = Logger.getLogger(SeleniumImporterExporterFactory.class) [static, private] |
1.5.8