Uses of Class
org.jxmpp.strings.testframework.StringsTestframework.Configuration.Builder
Packages that use StringsTestframework.Configuration.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionStringsTestframework.Configuration.Builder.addXmppStringPreppers(Collection<? extends XmppStringPrepper> xmppStringPreppers) Add the given collection of XMPP String Preppers to the list of used preppers.StringsTestframework.Configuration.builder()Construct a new builder.StringsTestframework.Configuration.Builder.withAllKnownXmppStringpreppers()Use all known XMPP String Preppers.StringsTestframework.Configuration.Builder.withXmppStringPrepper(String xmppStringPrepperName) Use the given XMPP String Prepper with the given name.