Uses of Interface
com.biglybt.core.internat.StringSupplier
Packages that use StringSupplier
-
Uses of StringSupplier in com.biglybt.core.internat
Methods in com.biglybt.core.internat that return StringSupplierModifier and TypeMethodDescriptionstatic StringSupplier
MessageText.getStringProvider
(String key, String... params) Supplier of localized string for given key. -
Uses of StringSupplier in com.biglybt.core.ipchecker.extipchecker.impl
Fields in com.biglybt.core.ipchecker.extipchecker.impl declared as StringSupplierModifier and TypeFieldDescriptionprivate final StringSupplier
ExternalIPCheckerServiceImpl.description
Constructors in com.biglybt.core.ipchecker.extipchecker.impl with parameters of type StringSupplierModifierConstructorDescriptionprotected
ExternalIPCheckerServiceImpl
(String serviceName, String serviceUrl, StringSupplier serviceDescription) protected
ExternalIPCheckerServiceSimple
(URL checkerUrl, String serviceName, String serviceUrl, StringSupplier description)