de.unihalle.informatik.Alida.dataio.provider.helpers
Class ALDCollectionDataIOHelper

java.lang.Object
  extended by de.unihalle.informatik.Alida.dataio.provider.helpers.ALDCollectionDataIOHelper

public class ALDCollectionDataIOHelper
extends java.lang.Object

Class supplying support for generic loading/saving of Collections in Alida.

Author:
posch

Field Summary
private static boolean debug
          Flag to output debug infos.
 
Constructor Summary
ALDCollectionDataIOHelper()
           
 
Method Summary
static java.lang.reflect.Type lookupType(java.lang.reflect.Field field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

private static boolean debug
Flag to output debug infos.

Constructor Detail

ALDCollectionDataIOHelper

public ALDCollectionDataIOHelper()
Method Detail

lookupType

public static java.lang.reflect.Type lookupType(java.lang.reflect.Field field)