Uses of Class
org.jxmpp.strings.testframework.StringsTestframework.Configuration.Builder
-
Packages that use StringsTestframework.Configuration.Builder Package Description org.jxmpp.strings.testframework A framework to test various XMPP specific string preparation libraries. -
-
Uses of StringsTestframework.Configuration.Builder in org.jxmpp.strings.testframework
Methods in org.jxmpp.strings.testframework that return StringsTestframework.Configuration.Builder Modifier and Type Method Description StringsTestframework.Configuration.Builder
StringsTestframework.Configuration.Builder. addXmppStringPreppers(Collection<? extends XmppStringPrepper> xmppStringPreppers)
Add the given collection of XMPP String Preppers to the list of used preppers.static StringsTestframework.Configuration.Builder
StringsTestframework.Configuration. builder()
Construct a new builder.StringsTestframework.Configuration.Builder
StringsTestframework.Configuration.Builder. withAllKnownXmppStringpreppers()
Use all known XMPP String Preppers.StringsTestframework.Configuration.Builder
StringsTestframework.Configuration.Builder. withXmppStringPrepper(String xmppStringPrepperName)
Use the given XMPP String Prepper with the given name.
-