ca.quine.jcommons.sourceexporter.array
Class ArrayConverter

java.lang.Object
  |
  +--ca.quine.jcommons.sourceexporter.array.ArrayConverter
All Implemented Interfaces:
IArrayConverter, IRegistrant
Direct Known Subclasses:
BooleanArrayConverter, ByteArrayConverter, CharArrayConverter, DoubleArrayConverter, FloatArrayConverter, IntArrayConverter, LongArrayConverter, ShortArrayConverter

public abstract class ArrayConverter
extends Object
implements IArrayConverter


Constructor Summary
ArrayConverter()
           
 
Method Summary
protected  Object[] createObjectArray(String type, int dimension, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.quine.jcommons.sourceexporter.array.IArrayConverter
convertArray
 
Methods inherited from interface ca.quine.factorygen.IRegistrant
getRegistrationKeys
 

Constructor Detail

ArrayConverter

public ArrayConverter()
Method Detail

createObjectArray

protected Object[] createObjectArray(String type,
                                     int dimension,
                                     int length)
                              throws ClassNotFoundException
ClassNotFoundException