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