|
www.sdmetrics.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sdmetrics.app.ExportFormatterFactory
Object that knows all available existing file export formats by their extensions.
| Constructor Summary | |
ExportFormatterFactory(sdmetrics.util.AppParameters ap)
Constructor, all known data export formats are registered here (hard-coded). |
|
| Method Summary | |
ExportFormatter |
getExportFormatter(java.lang.String extension)
Retrieve export formatting object for a given file extension. |
ExportFormatter[] |
getExportFormatters()
Retrieve a list of all known export formats. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExportFormatterFactory(sdmetrics.util.AppParameters ap)
ap - Object with the persistent application parameters.| Method Detail |
public ExportFormatter getExportFormatter(java.lang.String extension)
extension - Extension of the file format.
public ExportFormatter[] getExportFormatters()
|
www.sdmetrics.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||