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 PropertyReader Modifier and Type Method Description PropertyReader
BotConfig. resource(String name)
Gets a configuration resource by the given name.Method parameters in com.github.alex1304.ultimategdbot.api with type arguments of type PropertyReader Modifier and Type Method Description static BotConfig
BotConfig. fromResourceMap(Map<String,PropertyReader> resources)
Creates a newBotConfig
initialized with resources defined in the given map. -
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
.static reactor.core.publisher.Mono<PropertyReader>
VersionUtils. getGitProperties(String resourceLocation)
Extracts the git properties from a properties file which location is given.
-