net.sf.jame.mandelbrot.fractal.orbittrap.extension
Class OrbitTrapExtensionRegistry

java.lang.Object
  extended by net.sf.jame.core.extension.osgi.OSGiConfigurableExtensionRegistry<OrbitTrapExtensionRuntime<?>,OrbitTrapExtensionConfig>
      extended by net.sf.jame.mandelbrot.fractal.orbittrap.extension.OrbitTrapExtensionRegistry
All Implemented Interfaces:
ConfigurableExtensionRegistry<OrbitTrapExtensionRuntime<?>,OrbitTrapExtensionConfig>, ExtensionRegistry<OrbitTrapExtensionRuntime<?>>

public class OrbitTrapExtensionRegistry
extends OSGiConfigurableExtensionRegistry<OrbitTrapExtensionRuntime<?>,OrbitTrapExtensionConfig>

Author:
Andrea Medeghini

Field Summary
static java.lang.String CONFIGURATION_ELEMENT_NAME
          the configuration element name.
static java.lang.String EXTENSION_POINT_NAME
          the extension point name.
 
Constructor Summary
OrbitTrapExtensionRegistry()
          Constructs a new registry.
 
Method Summary
 
Methods inherited from class net.sf.jame.core.extension.osgi.OSGiConfigurableExtensionRegistry
getConfigurableExtension, getConfigurableExtensionList, getExtension, getExtensionList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT_NAME

public static final java.lang.String EXTENSION_POINT_NAME
the extension point name.

See Also:
Constant Field Values

CONFIGURATION_ELEMENT_NAME

public static final java.lang.String CONFIGURATION_ELEMENT_NAME
the configuration element name.

See Also:
Constant Field Values
Constructor Detail

OrbitTrapExtensionRegistry

public OrbitTrapExtensionRegistry()
Constructs a new registry.