com.legstar.coxb.convert
Class CobolConvertersFactory

java.lang.Object
  extended by com.legstar.coxb.convert.CobolConvertersFactory

public final class CobolConvertersFactory
extends Object

Concrete converter factories are hidden behind this factory. This allow the API to be independent from concrete implementation of COBOL converters.


Method Summary
static ICobolConvertersFactory createCobolConvertersFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCobolConvertersFactory

public static ICobolConvertersFactory createCobolConvertersFactory()
                                                            throws ClassLoadingException
Returns:
an implementation of a concrete factory.
Throws:
ClassLoadingException - if factory cannot be created


Copyright © 2015 LegSem. All Rights Reserved.