org.neat4j.neat.data.core
Class DataLoaderFactory

java.lang.Object
  extended by org.neat4j.neat.data.core.DataLoaderFactory

public class DataLoaderFactory
extends java.lang.Object


Field Summary
static java.lang.String CSV
           
static java.lang.String XML
           
 
Method Summary
 DataLoader findLoader(java.lang.String loaderType)
           
static DataLoaderFactory loaderFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSV

public static final java.lang.String CSV
See Also:
Constant Field Values

XML

public static final java.lang.String XML
See Also:
Constant Field Values
Method Detail

loaderFactory

public static DataLoaderFactory loaderFactory()

findLoader

public DataLoader findLoader(java.lang.String loaderType)
                      throws LoaderNotAvailableException
Throws:
LoaderNotAvailableException