Uses of Interface
com.github.alex1304.ultimategdbot.api.util.PropertyReader
-
Packages that use PropertyReader Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.util -
-
Uses of PropertyReader in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return types with arguments of type PropertyReader Modifier and Type Method Description reactor.core.publisher.Mono<PropertyReader>
PluginBootstrap. initPluginProperties()
Initializes the plugin properties.Methods in com.github.alex1304.ultimategdbot.api with parameters of type PropertyReader Modifier and Type Method Description reactor.core.publisher.Mono<Plugin>
PluginBootstrap. setup(Bot bot, PropertyReader pluginProperties)
Creates aPlugin
derived from the given bot and properties. -
Uses of PropertyReader in com.github.alex1304.ultimategdbot.api.util
Fields in com.github.alex1304.ultimategdbot.api.util declared as PropertyReader Modifier and Type Field Description static PropertyReader
PropertyReader. EMPTY
APropertyReader
that doesn't contain any property.Methods in com.github.alex1304.ultimategdbot.api.util that return PropertyReader Modifier and Type Method Description static PropertyReader
PropertyReader. fromProperties(Properties props)
Creates a newPropertyReader
reading properties from the givenProperties
object.Methods in com.github.alex1304.ultimategdbot.api.util that return types with arguments of type PropertyReader Modifier and Type Method Description static reactor.core.publisher.Mono<PropertyReader>
PropertyReader. fromPropertiesFile(Path path)
Reads the properties from a Java properties file located at the givenPath
.
-