Class EntityUriFactory
java.lang.Object
ch.tocco.nice2.dms.impl.uri.factory.EntityUriFactory
- All Implemented Interfaces:
NiceUriFactory<EntityUri>
This factory creates
EntityUris.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityUriFactory
public EntityUriFactory()
-
-
Method Details
-
uriClass
- Specified by:
uriClassin interfaceNiceUriFactory<EntityUri>
-
matchesUriPattern
Description copied from interface:NiceUriFactoryDetermine whether this factory can create aNiceUrifor the given URI.- Specified by:
matchesUriPatternin interfaceNiceUriFactory<EntityUri>- Parameters:
uri- The URI to check.- Returns:
- true, if the URI matches the required pattern, else false.
-
create
Description copied from interface:NiceUriFactoryCreate theNiceUri.- Specified by:
createin interfaceNiceUriFactory<EntityUri>- Parameters:
uri- The URI to create aNiceUrifor.- Returns:
- the created
NiceUri.
-