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