org.geotools.factory
Interface FactoryUsingVolatileDependencies

All Superinterfaces:
Factory

Deprecated. This class should be a marker interface instead of an AbstractFactory subclass. We will make this change in a future version. When this change is done, AllAuthoritiesFactory should implement this interface.

public interface FactoryUsingVolatileDependencies
extends Factory

A factory that can not determines all its dependencies at construction time. Because this factory may creates new factories at any time, it must keep all user-supplied hints. The general contract of #hints said that we can't use this field for creating new factories. But instances of this classe are special cases where we can, because this class retains all user-supplied hints.

Extends this class only if you really need to keep all user-supplied hints, because doing so has a cost:

Author:
Martin Desruisseaux

Method Summary
 
Methods inherited from interface Factory
getImplementationHints
 



Copyright © 1996-2014 Geotools. All Rights Reserved.