Uses of Interface
com.github.alex1304.ultimategdbot.api.util.PropertyReader
-
Packages that use PropertyReader Package Description com.github.alex1304.ultimategdbot.api.util -
-
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
.
-