|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExporterFactory
Produces the IExporter instances.
| Method Summary | |
|---|---|
Set<ExporterInfo> |
getSupportedExporters()
Returns set of information about all exporters that this factory can instantiate. |
Set<ExporterInfo> |
getWildcardExporter(String namespace)
Returns a wildcard exporter. |
IExporter |
produce(String id)
Produces an instance of exporter denoted by given ID. |
| Method Detail |
|---|
IExporter produce(String id)
throws ExportException,
IOException
id - id of the exporter.
ExportException - if error occurs during exporter creation.
IOException - if i/o error occurs.
IllegalArgumentException - if id is not known.Set<ExporterInfo> getSupportedExporters()
Set<ExporterInfo> getWildcardExporter(String namespace)
namespace - the namespace that the exporter will process.
null, may be empty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||