no.sesat.search.site
Interface AbstractSiteKeyedFactory.FactoryConstructor<T extends AbstractSiteKeyedFactory>

Type Parameters:
T - the type of SiteKeyedFactory that can be constructed.
Enclosing class:
AbstractSiteKeyedFactory

protected static interface AbstractSiteKeyedFactory.FactoryConstructor<T extends AbstractSiteKeyedFactory>

Wraps a constructor so that it may be delegated to from the instanceOf method.


Method Summary
 T construct()
          Wraps a constructor so that it may be delegated to from the instanceOf method.
 

Method Detail

construct

T construct()
                                             throws SiteKeyedFactoryInstantiationException
Wraps a constructor so that it may be delegated to from the instanceOf method.

Returns:
the new SiteKeyedFactory instance
Throws:
SiteKeyedFactoryInstantiationException - any failure in construction.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.