net.refractions.udig.catalog.ui
Class ConnectionFactoryManager.Descriptor<T>

java.lang.Object
  extended by net.refractions.udig.catalog.ui.ConnectionFactoryManager.Descriptor<T>
Type Parameters:
T - The class type that will be created
Enclosing class:
ConnectionFactoryManager

public static class ConnectionFactoryManager.Descriptor<T>
extends java.lang.Object

Provides lazy loading for a class declared in an extension

Author:
jeichar

Method Summary
 T getConcreteInstance()
           
 IConfigurationElement getConfigurationElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConcreteInstance

public T getConcreteInstance()
                      throws CoreException
Throws:
CoreException

getConfigurationElement

public IConfigurationElement getConfigurationElement()