public interface URNFactory
Modifier and Type | Method and Description |
---|---|
URI |
create(String urn) |
URI create(String urn)
urn
- Some urn string.URI
.IllegalArgumentException
- if there was a problem creating the URI
with the given data.Copyright © 2022. All rights reserved.