Package com.ongres.stringprep
Class Stringprep
java.lang.Object
com.ongres.stringprep.Stringprep
Java implementation of StringPrep (RFC 3454).
- Version:
- 2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProfilegetProvider(String profileName) Lookup the provider service that contains the profile.
-
Method Details
-
getProvider
Lookup the provider service that contains the profile.- Parameters:
profileName- name of the profile to lookup from the ServiceLoader.- Returns:
- Profile if there is a provider match.
- Throws:
IllegalArgumentException- if no provider is found.NullPointerException- ifprofileNameisnull.
-