- java.lang.Object
-
- com.github.alex1304.ultimategdbot.api.util.VersionUtils
-
public final class VersionUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
API_GIT_RESOURCE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static reactor.core.publisher.Mono<PropertyReader>
getGitProperties(String resourceLocation)
Extracts the git properties from a properties file which location is given.
-
-
-
Field Detail
-
API_GIT_RESOURCE
public static final String API_GIT_RESOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGitProperties
public static reactor.core.publisher.Mono<PropertyReader> getGitProperties(String resourceLocation)
Extracts the git properties from a properties file which location is given.- Parameters:
resourceLocation
- the location of the properties resource containing git information- Returns:
- the git properties
-
-