org.qriterium.dogma
Class DataSaver

java.lang.Object
  extended by org.qriterium.dogma.DataSaver

public class DataSaver
extends java.lang.Object

A class for reading files to the database. The file read should be the type that QDUpdater outputs.


Constructor Summary
DataSaver()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.util.Vector<DogmaResource> readFileToResourceBase(ResourceBase base, java.lang.String file)
          Reads the resources and their contents of the given String - file to the resourcebase.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSaver

public DataSaver()
Method Detail

main

public static void main(java.lang.String[] args)

readFileToResourceBase

public static java.util.Vector<DogmaResource> readFileToResourceBase(ResourceBase base,
                                                                     java.lang.String file)
Reads the resources and their contents of the given String - file to the resourcebase.