org.topbraidcomposer.wizards.export
Interface IExportWizardPlugin


public interface IExportWizardPlugin

An interface instantiated by IExportinGraphStores to control the life cycle of an export wizard.

Author:
Holger Knublauch

Method Summary
 org.eclipse.jface.wizard.IWizardPage createExportWizardPage()
           
 void performFinish(org.eclipse.core.resources.IFile file, java.lang.String baseURI, com.hp.hpl.jena.rdf.model.Model model, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Method Detail

createExportWizardPage

org.eclipse.jface.wizard.IWizardPage createExportWizardPage()

performFinish

void performFinish(org.eclipse.core.resources.IFile file,
                   java.lang.String baseURI,
                   com.hp.hpl.jena.rdf.model.Model model,
                   org.eclipse.core.runtime.IProgressMonitor monitor)
                   throws java.lang.reflect.InvocationTargetException
Throws:
java.lang.reflect.InvocationTargetException