com.compomics.util.experiment.quantification.reporterion
Class ReporterMethodFactory

java.lang.Object
  extended by com.compomics.util.experiment.personalization.ExperimentObject
      extended by com.compomics.util.experiment.quantification.reporterion.ReporterMethodFactory
All Implemented Interfaces:
Serializable, Cloneable

public class ReporterMethodFactory
extends ExperimentObject

This factory imports reporter methods details from an xml file. User: Marc Date: Sep 29, 2010 Time: 6:02:41 PM

See Also:
Serialized Form

Method Summary
static ReporterMethodFactory getInstance()
           
 ArrayList<ReporterMethod> getMethods()
           
 String[] getMethodsNames()
           
 void importMethods(File aFile)
           
 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

getInstance

public static ReporterMethodFactory getInstance()
Returns:

getMethods

public ArrayList<ReporterMethod> getMethods()
Returns:

getMethodsNames

public String[] getMethodsNames()
Returns:

saveFile

public void saveFile(File aFile)
Parameters:
aFile -

importMethods

public void importMethods(File aFile)
                   throws IOException,
                          org.xmlpull.v1.XmlPullParserException
Parameters:
aFile -
Throws:
IOException
org.xmlpull.v1.XmlPullParserException


Copyright © 2011. All Rights Reserved.