|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.managers.InputDataManager
Stores and retrieves input data files. These are raw files of data.
| Method Summary | |
void |
addInputData(java.util.List data,
DataStorageTag tag,
java.lang.String name)
Adds data to the manager. |
void |
addInputData(java.util.List data,
java.lang.String name)
Adds data to the data manager. |
void |
cleanVault()
Cleans the vault. |
java.util.List |
getInputData(java.lang.String name)
Returns the data set. |
static InputDataManager |
getManager()
Returns the input data manager. |
DataStorageTag |
getStorageTag(java.lang.String name)
Returns the data storage tag. |
java.lang.String |
getVaultDirectory()
Returns the vault directory. |
java.util.List |
listDataSets()
Lists the data sets in the vault. |
void |
setVaultDirectory(java.lang.String directory)
Sets the vault directory. |
void |
updateDataSet(java.util.List data,
DataStorageTag tag,
java.lang.String name)
Updates the given data set and the storage tag. |
void |
updateDataSet(java.util.List data,
java.lang.String name)
Saving the data set without modifying the storage tag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static InputDataManager getManager()
public void addInputData(java.util.List data,
DataStorageTag tag,
java.lang.String name)
throws java.io.IOException
data - The data to store.tag - The data storage tag.name - The name of the data file.
IOException - Thrown if there is a problem adding the data.
public void addInputData(java.util.List data,
java.lang.String name)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
data - The data to manage.name - The name of the data file
FileNotFoundException - Thrown if there is a problem saving the data.
java.lang.ClassNotFoundException - Thrown if there is a problem saving the data.
IOException - Thrown if there is a problem saving the data.public void cleanVault()
public java.util.List getInputData(java.lang.String name)
throws java.io.IOException,
java.lang.ClassNotFoundException
name - The name of the data set.
IOException - Thrown if there is a problem with the data set.
java.lang.ClassNotFoundException - Thrown if there is a problem with the data set.
public DataStorageTag getStorageTag(java.lang.String name)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
name - The name of the data set.
FileNotFoundException - Thrown if there is a problem getting the storage tag.
IOException - Thrown if there is a problem getting the storage tag.
java.lang.ClassNotFoundException - Thrown if there is a problem getting the storage tag.public java.lang.String getVaultDirectory()
public void setVaultDirectory(java.lang.String directory)
directory - The vault directory.public java.util.List listDataSets()
public void updateDataSet(java.util.List data,
DataStorageTag tag,
java.lang.String name)
throws java.io.IOException
data - The data set.tag - The data storage tag.name - The name of the data set.
IOException - Thrown if there is a problem saving the data set.
public void updateDataSet(java.util.List data,
java.lang.String name)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
data - The data.name - The name of the data set.
FileNotFoundException - Thrown if there is a problem writing the file.
IOException - If there is a problem saving the data set.
java.lang.ClassNotFoundException - Thrown of the problem saving the data set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||