Package io.github.msdk.io.nativeformats
Class WatersRawImportMethod
- java.lang.Object
-
- io.github.msdk.io.nativeformats.WatersRawImportMethod
-
- All Implemented Interfaces:
MSDKMethod<RawDataFile>
public class WatersRawImportMethod extends Object implements MSDKMethod<RawDataFile>
WatersRawImportMethod class.
-
-
Constructor Summary
Constructors Constructor Description WatersRawImportMethod(File sourceFile)Constructor for WatersRawImportMethod.
-
-
-
Method Detail
-
execute
public RawDataFile execute() throws MSDKException
- Specified by:
executein interfaceMSDKMethod<RawDataFile>- Throws:
MSDKException
-
getResult
@Nullable public RawDataFile getResult()
- Specified by:
getResultin interfaceMSDKMethod<RawDataFile>
-
getFinishedPercentage
public Float getFinishedPercentage()
- Specified by:
getFinishedPercentagein interfaceMSDKMethod<RawDataFile>
-
cancel
public void cancel()
- Specified by:
cancelin interfaceMSDKMethod<RawDataFile>
-
-