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 PropertyReaderBotConfig. 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 BotConfigBotConfig. fromResourceMap(Map<String,PropertyReader> resources)Creates a newBotConfiginitialized 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 PropertyReaderPropertyReader. EMPTYAPropertyReaderthat doesn't contain any property.Methods in com.github.alex1304.ultimategdbot.api.util that return PropertyReader Modifier and Type Method Description static PropertyReaderPropertyReader. fromProperties(Properties props)Creates a newPropertyReaderreading properties from the givenPropertiesobject.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.
-