org.topbraid.sparqlmotion.modules.impl
Class GenericModuleType

java.lang.Object
  extended by org.topbraid.sparqlmotion.modules.impl.AbstractModuleType
      extended by org.topbraid.sparqlmotion.modules.impl.GenericModuleType
All Implemented Interfaces:
IModuleType

public class GenericModuleType
extends AbstractModuleType


Constructor Summary
GenericModuleType(java.lang.Class cls)
           
 
Method Summary
 IModule createModule(com.hp.hpl.jena.rdf.model.Resource config, java.util.Collection<IModule> inputModules, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractModuleType
createError, getFile, getIFile, getModuleLabel, getStringConfig, getStringConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericModuleType

public GenericModuleType(java.lang.Class cls)
Method Detail

createModule

public IModule createModule(com.hp.hpl.jena.rdf.model.Resource config,
                            java.util.Collection<IModule> inputModules,
                            org.eclipse.core.runtime.IProgressMonitor monitor)
                     throws java.lang.Throwable
Throws:
java.lang.Throwable