sk.uniba.euromath.document.export
Class ExporterFactoryImpl

java.lang.Object
  extended by sk.uniba.euromath.document.export.ExporterFactoryImpl
All Implemented Interfaces:
IExporterFactory

public final class ExporterFactoryImpl
extends Object
implements IExporterFactory

Produces exporters for XSLT transformations registered in the config file.

Author:
Martin Vysny

Constructor Summary
ExporterFactoryImpl()
          Constructor.
 
Method Summary
 Set<ExporterInfo> getSupportedExporters()
           
 Set<ExporterInfo> getWildcardExporter(String namespace)
           
 IExporter produce(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterFactoryImpl

public ExporterFactoryImpl()
                    throws ExportException
Constructor.

Throws:
ExportException - if loading of XSLT stylesheets fails.
Method Detail

getSupportedExporters

public Set<ExporterInfo> getSupportedExporters()
Specified by:
getSupportedExporters in interface IExporterFactory

getWildcardExporter

public Set<ExporterInfo> getWildcardExporter(String namespace)
Specified by:
getWildcardExporter in interface IExporterFactory

produce

public IExporter produce(String id)
                  throws ExportException,
                         IOException
Specified by:
produce in interface IExporterFactory
Throws:
ExportException
IOException


Copyright © 2003-2006 null. All Rights Reserved.