Class UriFactoryRegistryImpl
java.lang.Object
ch.tocco.nice2.dms.impl.uri.factory.UriFactoryRegistryImpl
- All Implemented Interfaces:
UriFactoryRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends NiceUri>
NiceUriFactory<T> findFactory(Class<T> uriClass) Find theNiceUriFactoryfor aNiceUritype.voidsetNiceUriFactories(List<NiceUriFactory> niceUriFactories)
-
Constructor Details
-
UriFactoryRegistryImpl
public UriFactoryRegistryImpl(org.slf4j.Logger log)
-
-
Method Details
-
setNiceUriFactories
-
findFactory
Description copied from interface:UriFactoryRegistryFind theNiceUriFactoryfor aNiceUritype.- Specified by:
findFactoryin interfaceUriFactoryRegistry- Type Parameters:
T- The type of theNiceUri.- Parameters:
uriClass- TheNiceUriclass to find aNiceUriFactoryfor.- Returns:
- The
NiceUriFactoryfor the URI class.
-