public class PropertiesLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static PropertiesLoader |
getInstance()
Getter for the field
instance. |
String |
getProperty(String propertyName)
getProperty
|
Set<String> |
getPropertyNames()
getPropertyNames
|
public static PropertiesLoader getInstance() throws FileNotFoundException, IOException
Getter for the field instance.
PropertiesLoader object.FileNotFoundException - if any.IOException - if any.public String getProperty(String propertyName) throws IllegalArgumentException
getProperty
propertyName - a String object.String object.IllegalArgumentException - if any.Copyright © 2015. All Rights Reserved.