org.waarp.xample
Class HistoryIO

java.lang.Object
  extended by org.waarp.xample.HistoryIO

public class HistoryIO
extends 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 String FILE
           
static String HISTORY
           
static String HISTORY_FILE_NAME
           
static String XML_DOC
           
static 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HISTORY_FILE_NAME

public static final String HISTORY_FILE_NAME
See Also:
Constant Field Values

HISTORY

public static final String HISTORY
See Also:
Constant Field Values

XSD_DOC

public static final String XSD_DOC
See Also:
Constant Field Values

XML_DOC

public static final String XML_DOC
See Also:
Constant Field Values

FILE

public static final 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)


Copyright © 2009-2013 Waarp. All Rights Reserved.