|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.PropertiesFile
public class PropertiesFile
This class loads and abstracts remote.properties
Constructor Summary | |
---|---|
PropertiesFile(java.lang.String fileName)
Loads a Properties file. |
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Returns the properties loaded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesFile(java.lang.String fileName) throws java.io.IOException
fileName
- properties file path
java.io.IOException
- if an error occurred when reading from the Properties file.Method Detail |
---|
public java.util.Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |