Package | Description |
---|---|
org.apache.commons.discovery.tools |
Discovery tools implementations.
|
Modifier and Type | Field and Description |
---|---|
static PropertiesHolder |
DiscoverClass.nullProperties
Readable placeholder for a null value.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
DiscoverSingleton.find(ClassLoaders loaders,
SPInterface<T> spi,
PropertiesHolder properties,
DefaultClassHolder<T> defaultImpl)
Find implementation of SPI.
|
static <T,S extends T> |
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–2016 The Apache Software Foundation. All rights reserved.