com.sri.emo.commandline.defaults
Class WizardExporter
java.lang.Object
com.sri.emo.commandline.defaults.AbstractExportSupport
com.sri.emo.commandline.defaults.AbstractNodeExportSupport
com.sri.emo.commandline.defaults.WizardExporter
public class WizardExporter
- extends AbstractNodeExportSupport
Exports wizards.
- Author:
- Michael Rimov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardExporter
public WizardExporter(NodeTracker nodeTracker,
SqlRowGenerator generator,
String[] tags)
- Constructs a wizard exporter with the specified services.
- Parameters:
nodeTracker
- tracker of nodes.generator
- sql row generator for export.tags
- the tags we're exporting.
getWizardRepository
protected WizDefinitionRepository getWizardRepository()
- Factory method to create the selection wizard repository.
- Returns:
exportAllWizards
public int exportAllWizards(PrintWriter writer)
throws DBException
- Exports all wizards to the printwriter.
- Parameters:
writer
- the writer.
- Returns:
- number of total dbobject records exported.
- Throws:
DBException
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.