public final class MzQuantMLToLFConverter extends Object implements RDataConverter
| Modifier and Type | Method and Description |
|---|---|
RDataConversionResult |
convert(File in,
File out)
Conversion the given input file to the given output file.
|
static RDataConverter |
getInstance()
Get the singleton instance of this class.
|
Set<String> |
getSupportedInputs()
Get the supported input formats for this converter.
|
String |
getSupportedOutput()
Get the supported output format for this converter.
|
public static RDataConverter getInstance()
public Set<String> getSupportedInputs()
getSupportedInputs in interface RDataConverterpublic String getSupportedOutput()
getSupportedOutput in interface RDataConverterpublic RDataConversionResult convert(File in, File out)
convert in interface RDataConverterin - The input file.out - The output file.Copyright © 2016. All rights reserved.