com.fg.xample
Class HistoryIO
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HistoryIO
public HistoryIO()
load
public static void load(History history)
save
public static void save(History history)