Package | Description |
---|---|
org.apache.commons.discovery |
Highlights:
JDK 1.3 Service discovery
Discovery supports JDK 1.1.8 and up (see org.apache.commons.discover.jdk.JDKHooks).
|
org.apache.commons.discovery.tools |
Discovery tools implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceClass<T>
'Resource' located by discovery.
|
Modifier and Type | Method and Description |
---|---|
abstract Resource |
ResourceIterator.nextResource()
Returns the next
Resource in the iteration. |
Resource |
ResourceClassIterator.nextResource()
Returns the next
Resource in the iteration. |
static Resource[] |
Resource.toArray(ResourceIterator iterator)
Returns an array containing all of the elements in this
ResourceIterator in proper sequence. |
Modifier and Type | Method and Description |
---|---|
static Resource |
ResourceUtils.getResource(Class<?> spi,
String resourceName,
ClassLoaders loaders)
Load the resource
resourceName . |
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.