public class ReporterMethodFactory extends ExperimentObject
Modifier and Type | Method and Description |
---|---|
static ReporterMethodFactory |
getInstance()
Constructor for the factory.
|
java.util.ArrayList<ReporterMethod> |
getMethods()
Returns the methods implemented in the factory.
|
java.lang.String[] |
getMethodsNames()
Returns the name of the methods present in the factory.
|
void |
importMethods(java.io.File aFile)
Imports the methods from an xml file
|
void |
saveFile(java.io.File aFile) |
addUrParam, getParameterKey, getUrParam
public static ReporterMethodFactory getInstance()
public java.util.ArrayList<ReporterMethod> getMethods()
public java.lang.String[] getMethodsNames()
public void saveFile(java.io.File aFile)
aFile
- public void importMethods(java.io.File aFile) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
aFile
- the xml filejava.io.IOException
- exception thrown whenever an error occurred while
reading the fileorg.xmlpull.v1.XmlPullParserException
- exception thrown whenever an error
occurred while parsing the xml fileCopyright © 2013. All Rights Reserved.