de.dfki.mycbr.io
Class XMLExporter

java.lang.Object
  extended by de.dfki.mycbr.io.XMLExporter

public class XMLExporter
extends java.lang.Object

Exports the given project using myCBR's internal XML format.

Author:
myCBR Team

Field Summary
static java.lang.String CB_FILE_EXTENSION
           
static java.lang.String PROJECT_FILE_EXTENSION
           
 
Constructor Summary
XMLExporter()
           
 
Method Summary
static void save(Project prj, java.lang.String path)
          Saves the given project to the given path
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_FILE_EXTENSION

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

CB_FILE_EXTENSION

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

XMLExporter

public XMLExporter()
Method Detail

save

public static void save(Project prj,
                        java.lang.String path)
Saves the given project to the given path

Parameters:
prj - the project to be saved
path - the path that should be used