net.sf.jame.core.xml.extension
Class ActionXMLImporterExtensionRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.xml.extension.ActionXMLImporterExtensionRuntime
Direct Known Subclasses:
AbstractActionXMLImporterRuntime

public abstract class ActionXMLImporterExtensionRuntime
extends ExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
ActionXMLImporterExtensionRuntime()
           
 
Method Summary
abstract  XMLImporter<NodeActionValue> createXMLImporter()
           
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, dispose, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionXMLImporterExtensionRuntime

public ActionXMLImporterExtensionRuntime()
Method Detail

createXMLImporter

public abstract XMLImporter<NodeActionValue> createXMLImporter()
Returns:
the importer.