| java.lang.Object org.apache.pluto.util.ClasspathScanner
ClasspathScanner | public class ClasspathScanner (Code) | | |
findConfiguredImplementations | public static List findConfiguredImplementations(Class implemented) throws IOException(Code) | | Mechanism for finding all implementations of the specified
interface. This method is used for resolving low level
implementations of interfaces needed by static and/or non
services. These implementations are not bound to their
container, but instead, are bound to the global application
environment.
Parameters: implemented - interface implemnted by configured impls list of classes throws: java.io.IOException - if an error occurs during classpath scanning. |
|
|