de.ukn.hci.squidy
Class LocalJAXBStorage

java.lang.Object
  extended by de.ukn.hci.squidy.LocalJAXBStorage
All Implemented Interfaces:
Storage

public class LocalJAXBStorage
extends Object
implements Storage

LocalJAXBStorage.

 Date: Apr 3, 2009
 Time: 3:30:15 AM
 

Since:
1.0.0
Version:
$Id: LocalJAXBStorage.java 241 2010-04-15 14:28:52Z raedle $
Author:
Roman R‰dle Roman.Raedle

Field Summary
static String DEFAULT_WORKSPACE_FILE
           
 
Constructor Summary
LocalJAXBStorage()
           
 
Method Summary
 String getIdentifier()
           
 File getWorkspaceFile()
           
 Data restore()
           
 void setWorkspaceFile(File file)
           
 void store(Data data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WORKSPACE_FILE

public static final String DEFAULT_WORKSPACE_FILE
See Also:
Constant Field Values
Constructor Detail

LocalJAXBStorage

public LocalJAXBStorage()
Method Detail

getIdentifier

public String getIdentifier()
Specified by:
getIdentifier in interface Storage

restore

public Data restore()
Specified by:
restore in interface Storage

store

public void store(Data data)
Specified by:
store in interface Storage

getWorkspaceFile

public File getWorkspaceFile()
Returns:

setWorkspaceFile

public void setWorkspaceFile(File file)
Parameters:
file -


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.