public final class PropertyHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SDK_VERSION_FILE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
getProperties(java.lang.String name)
Reads the properties from a properties file.
|
static java.util.Properties |
getSdkVersionProperties()
A method that loads the properties file that contains SDK-Version data.
|
static java.util.Properties |
getStarterVersionProperties()
A method that loads the properties file that contains the AI SpringBootStarter version number
|
public static final java.lang.String SDK_VERSION_FILE_NAME
public static java.util.Properties getProperties(java.lang.String name)
throws java.io.IOException
name - of the properties file.Properties object containing the properties read from the provided file.java.io.IOException - in casepublic static java.util.Properties getSdkVersionProperties()
public static java.util.Properties getStarterVersionProperties()