|
||||||||||
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 |
ArrayList<ReporterMethod> |
getMethods()
returns the methods implemented in the factory |
String[] |
getMethodsNames()
returns the name of the methods present in the factory |
void |
importMethods(File aFile)
Imports the methods from an xml file |
void |
saveFile(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 ArrayList<ReporterMethod> getMethods()
public String[] getMethodsNames()
public void saveFile(File aFile)
aFile
- public void importMethods(File aFile) throws IOException, org.xmlpull.v1.XmlPullParserException
aFile
- the xml file
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 |