Property | Type | Description | |
---|---|---|---|
arguments | |||
conversionProvider | ConversionProvider | ||
fileManager | FileManager |
Method | Description | |
---|---|---|
FileConversionRunner ( ConversionProvider conversionProvider, |
Initializes a new instance of the FileConversionRunner class.
|
|
Run ( ) : void |
Method | Description | |
---|---|---|
ConvertFile ( ) : void | ||
EmitFiles ( ) : void | ||
InitializeForFileConversion ( ) : void | ||
PrepareFiles ( ) : void |
Method | Description | |
---|---|---|
GetFilePath ( string userInput ) : string |
Checks that the path is OK and also translates into absolute path.
|
|
GetOutputFolderForFile ( string userInput ) : string |
We proceed in this order: 1. If no path specified: take the path of the input file. 2. Otherwise, a path is specified: use that.
|
public FileConversionRunner ( ConversionProvider conversionProvider, |
||
conversionProvider | ConversionProvider | |
arguments | ||
return | System |
protected InitializeForFileConversion ( ) : void | ||
return | void |
protected ConversionArguments,Rosetta.Executable arguments | ||
return |
protected ConversionProvider conversionProvider | ||
return | ConversionProvider |