com.fg.xample
Class HistoryIO

java.lang.Object
  extended bycom.fg.xample.HistoryIO

public class HistoryIO
extends java.lang.Object

A helper class for the XAmple application which reads and writes history of accessed XSD and XML files. The history is stored in the XML format.

Version:
2.0
Author:
Felix Golubov

Field Summary
static java.lang.String FILE
           
static java.lang.String HISTORY
           
static java.lang.String HISTORY_FILE_NAME
           
static java.lang.String XML_DOC
           
static java.lang.String XSD_DOC
           
 
Constructor Summary
HistoryIO()
           
 
Method Summary
static void load(History history)
           
static void save(History history)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HISTORY_FILE_NAME

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

HISTORY

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

XSD_DOC

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

XML_DOC

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

FILE

public static final java.lang.String FILE
See Also:
Constant Field Values
Constructor Detail

HistoryIO

public HistoryIO()
Method Detail

load

public static void load(History history)

save

public static void save(History history)