|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.quantification.reporterion.ReporterMethodFactory
public class ReporterMethodFactory
This factory imports reporter methods details from an xml file.
Method Summary | |
---|---|
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)
|
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 file
java.io.IOException
- exception thrown whenever an error occurred while
reading the file
org.xmlpull.v1.XmlPullParserException
- exception thrown whenever an error
occurred while parsing the xml file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |