Class GeoFamilyParser
- java.lang.Object
-
- ubic.gemma.core.loader.expression.geo.GeoFamilyParser
-
-
Field Summary
-
Fields inherited from interface ubic.gemma.core.loader.util.parser.Parser
PARSE_ALERT_FREQUENCY
-
-
Constructor Summary
Constructors Constructor Description GeoFamilyParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>getResults()voidparse(File f)Parse aFilevoidparse(InputStream is)Parse aInputStream.voidparse(String fileName)Parse a file identified by its path.voidsampleTypeSet(String accession, String string)voidsetProcessPlatformsOnly(boolean b)
-
-
-
Method Detail
-
getResults
public Collection<Object> getResults()
- Specified by:
getResultsin interfaceParser<Object>- Returns:
- the results of the parse.
-
parse
public void parse(File f) throws IOException
Description copied from interface:ParserParse aFile- Specified by:
parsein interfaceParser<Object>- Parameters:
f- file- Throws:
IOException- if there is a problem while manipulating the file
-
parse
public void parse(InputStream is) throws IOException
Description copied from interface:ParserParse aInputStream.- Specified by:
parsein interfaceParser<Object>- Parameters:
is- input stream- Throws:
IOException- if there is a problem while manipulating the file
-
parse
public void parse(String fileName) throws IOException
Description copied from interface:ParserParse a file identified by its path.- Specified by:
parsein interfaceParser<Object>- Parameters:
fileName- Absolute path to the file- Throws:
IOException- if there is a problem while manipulating the file
-
setProcessPlatformsOnly
public void setProcessPlatformsOnly(boolean b)
-
-