javax.microedition.ipdr.configuration
Class ExporterConfigFactory

java.lang.Object
  extended byjavax.microedition.ipdr.configuration.ExporterConfigFactory

public class ExporterConfigFactory
extends java.lang.Object

The ExporterConfigFactory is an ExporterConfig Factory This factory instantiates implementation of ExporterConfig that takes all its parameters from JAD/manifest

Version:
1.0
Author:
Shai Gotlib
See Also:
javax.microedition.configuration.ExporterConfig

Constructor Summary
ExporterConfigFactory()
           
 
Method Summary
static ExporterConfig getExporterConfig(javax.microedition.midlet.MIDlet mdlt)
          Returns an instance of ExporterConfig that takes all the information from the JAD/Menifest file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterConfigFactory

public ExporterConfigFactory()
Method Detail

getExporterConfig

public static ExporterConfig getExporterConfig(javax.microedition.midlet.MIDlet mdlt)
Returns an instance of ExporterConfig that takes all the information from the JAD/Menifest file.

Parameters:
mdlt - the MIDlet for exporting the configuration from
Returns:
instance of ExporterConfig that takes all the information from the JAD/Menifest file (ExporterManager)