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.BuilderStringsTestframework.Configuration.Builder. addXmppStringPreppers(Collection<? extends XmppStringPrepper> xmppStringPreppers)Add the given collection of XMPP String Preppers to the list of used preppers.static StringsTestframework.Configuration.BuilderStringsTestframework.Configuration. builder()Construct a new builder.StringsTestframework.Configuration.BuilderStringsTestframework.Configuration.Builder. withAllKnownXmppStringpreppers()Use all known XMPP String Preppers.StringsTestframework.Configuration.BuilderStringsTestframework.Configuration.Builder. withXmppStringPrepper(String xmppStringPrepperName)Use the given XMPP String Prepper with the given name. 
 -