net.sf.jame.mandelbrot.extensions.converter
Class DefaultConfigConverter

java.lang.Object
  extended by net.sf.jame.mandelbrot.extensions.converter.DefaultConfigConverter
All Implemented Interfaces:
ConfigConverter

public class DefaultConfigConverter
extends java.lang.Object
implements ConfigConverter

Author:
Andrea Medeghini

Nested Class Summary
static class DefaultConfigConverter.FormatException
          The FormatException class signals that a format exception has occurred.
 
Constructor Summary
DefaultConfigConverter()
           
 
Method Summary
 TwisterConfig convert(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigConverter

public DefaultConfigConverter()
Method Detail

convert

public TwisterConfig convert(java.io.File file)
Specified by:
convert in interface ConfigConverter
Returns:
the configuration.
See Also:
net.sf.jame.twister.converter.extension.ConverterExtensionRuntime#convert(java.io.File)