Class PublicUriFactory
java.lang.Object
ch.tocco.nice2.dms.impl.uri.factory.PublicUriFactory
- All Implemented Interfaces:
NiceUriFactory<PublicUri>
This factory creates
PublicUris
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PublicUriFactory
public PublicUriFactory()
-
-
Method Details
-
uriClass
- Specified by:
uriClass
in interfaceNiceUriFactory<PublicUri>
-
matchesUriPattern
Description copied from interface:NiceUriFactory
Determine whether this factory can create aNiceUri
for the given URI.- Specified by:
matchesUriPattern
in interfaceNiceUriFactory<PublicUri>
- 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<PublicUri>
- Parameters:
uri
- The URI to create aNiceUri
for.- Returns:
- the created
NiceUri
.
-