public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static String |
getProperty(File srcFile,
String key)
Util method to return the specified property from a properties file.
|
public static String getProperty(File srcFile, String key) throws IOException
srcFile
- - The source file which needs to be looked up.key
- - Key of the property.IOException
Copyright © 2021 WSO2. All rights reserved.