|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.data.template.xml.TemplateXmlExporter
public class TemplateXmlExporter
Class responsible for the export process of specified templates to specified XML files.
Constructor Summary | |
---|---|
TemplateXmlExporter()
Constructor. |
|
TemplateXmlExporter(Class<?>[] classesWithAnnotations)
The default constructor. |
Method Summary | |
---|---|
void |
export(Template template,
File file)
Exports a given template to a given XML file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateXmlExporter(Class<?>[] classesWithAnnotations)
classesWithAnnotations
- the additional classes containing annotationspublic TemplateXmlExporter()
Method Detail |
---|
public void export(Template template, File file) throws IOException
template
- the template to exportfile
- the file where exported data will be saved
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |