Uses of Interface
com.biglybt.core.internat.StringSupplier
-
Packages that use StringSupplier Package Description com.biglybt.core.internat com.biglybt.core.ipchecker.extipchecker.impl -
-
Uses of StringSupplier in com.biglybt.core.internat
Methods in com.biglybt.core.internat that return StringSupplier Modifier and Type Method Description static StringSupplier
MessageText. getStringProvider(java.lang.String key, java.lang.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 StringSupplier Modifier and Type Field Description private StringSupplier
ExternalIPCheckerServiceImpl. description
Constructors in com.biglybt.core.ipchecker.extipchecker.impl with parameters of type StringSupplier Constructor Description ExternalIPCheckerServiceImpl(java.lang.String serviceName, java.lang.String serviceUrl, StringSupplier serviceDescription)
ExternalIPCheckerServiceSimple(java.net.URL checkerUrl, java.lang.String serviceName, java.lang.String serviceUrl, StringSupplier description)
-