| java.lang.Object org.geotools.catalog.adaptable.ResolveAdapterFactoryFinder
ResolveAdapterFactoryFinder | abstract public class ResolveAdapterFactoryFinder (Code) | | Class for locating instances of
ResolveAdapterFactory .
This class should be subclassed to provide a particular lookup mechanism.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
find | public ResolveAdapterFactory find(AdaptingResolve decorator, Class adaptee) throws IllegalStateException(Code) | | Performs an adapter lookup.
This method should be extended or overriden.
Parameters: decorator - The adapting resolve decorator. Parameters: adaptee - The class being adapted to. The adapting factory, otherwise null if non could be found. throws: IllegalStateException - If multiple adapter factories are found which can support the adaptation. |
getResolveAdapterFactories | public Collection getResolveAdapterFactories()(Code) | | Located all available adapter factories.
This method is intended to be overiden.
A collection of adapters, may be empty, should not be null.TODO: default to factory spi? |
|
|