Uses of Class
org.apache.commons.discovery.Resource
-
Packages that use Resource 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. -
-
Uses of Resource in org.apache.commons.discovery
Subclasses of Resource in org.apache.commons.discovery Modifier and Type Class Description classResourceClass<T>'Resource' located by discovery.Methods in org.apache.commons.discovery that return Resource Modifier and Type Method Description ResourceResourceClassIterator. nextResource()Returns the nextResourcein the iteration.abstract ResourceResourceIterator. nextResource()Returns the nextResourcein the iteration.static Resource[]Resource. toArray(ResourceIterator iterator)Returns an array containing all of the elements in thisResourceIteratorin proper sequence. -
Uses of Resource in org.apache.commons.discovery.tools
Methods in org.apache.commons.discovery.tools that return Resource Modifier and Type Method Description static ResourceResourceUtils. getResource(java.lang.Class<?> spi, java.lang.String resourceName, ClassLoaders loaders)Load the resourceresourceName.
-