Uses of Class
org.apache.commons.discovery.tools.DefaultClassHolder

Packages that use DefaultClassHolder
org.apache.commons.discovery.tools Discovery tools implementations. 
 

Uses of DefaultClassHolder in org.apache.commons.discovery.tools
 

Methods in org.apache.commons.discovery.tools with parameters of type DefaultClassHolder
static
<T> T
DiscoverSingleton.find(ClassLoaders loaders, SPInterface<T> spi, PropertiesHolder properties, DefaultClassHolder<T> defaultImpl)
          Find implementation of SPI.
static
<T,S extends T>
Class<S>
DiscoverClass.find(ClassLoaders loaders, SPInterface<T> spi, PropertiesHolder properties, DefaultClassHolder<T> defaultImpl)
          Find class implementing SPI.
static
<T> T
DiscoverClass.newInstance(ClassLoaders loaders, SPInterface<T> spi, PropertiesHolder properties, DefaultClassHolder<T> defaultImpl)
          Create new instance of class implementing SPI.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.